From f94b8537cf99f2867d1adec867e40e6f361185c9 Mon Sep 17 00:00:00 2001 From: clizia Date: Wed, 27 Aug 2025 00:41:30 +0200 Subject: [PATCH] updated README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 +```