Обновить README.md
This commit is contained in:
15
README.md
15
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
|
git clone https://git.inotfail.com/ami-chuu/amix.git
|
||||||
cd amix
|
cd amix
|
||||||
cargo run
|
cargo run
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Testing
|
||||||
|
|
||||||
```
|
```
|
||||||
cargo test
|
cargo test
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user