diff --git a/README.md b/README.md index 86987fc..56b2688 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,24 @@ +# Amix + +Minimalistic Unix-like OS written on Rust. + +## Getting started + +### Dependencies + +* Rust +* QEMU + +### Executing + ``` git clone https://git.inotfail.com/ami-chuu/amix.git cd amix cargo run ``` +### Testing + ``` cargo test ``` \ No newline at end of file