updated README

This commit is contained in:
clizia 2025-08-27 00:41:30 +02:00
parent 75e90f0ed2
commit f94b8537cf

View file

@ -9,6 +9,8 @@ trying to make a toy OS in rust following [this](https://os.phil-opp.com)
### HOWTO
to run this just do:
to run this just install the [dependencies](#dependencies) and do:
`cargo run`
```shell
cargo run
```