add readme

This commit is contained in:
darkgallium 2020-06-20 11:59:47 +02:00
parent 97f73eed47
commit 637a3bc9b9
1 changed files with 12 additions and 0 deletions

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# mini
mini is a minimal init system.
It was created mainly for educational purposes as well as wanting to know if I were able to reduce my Arch boot time.
## Install
1. Clone this repo
2. `cargo build`
3. `cp target/debug/mini /sbin/`
4. Create your services files if needed
5. Edit the kernel command line and add `init=/sbin/mini`