Обновить README.md

This commit is contained in:
2026-03-30 02:51:59 +03:00
parent fb6d7321cc
commit 96078a5523

View File

@@ -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
``` ```