diff --git a/README.md b/README.md index 9ede113..45cb86e 100644 --- a/README.md +++ b/README.md @@ -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 +```