From 8908a6a2817559567825185dcb5c4921b76ffeab Mon Sep 17 00:00:00 2001 From: zxq5 Date: Mon, 24 Feb 2025 03:45:02 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe30d89..23f7e26 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # FoundryOS +## Cloning +```sh +git clone https://git.zxq5.dev/OsDev/FoundryOS.git +``` + ## Build dependencies * latest rust nightly release @@ -17,7 +22,6 @@ rustup component add llvm-tools-preview ## Building & Running in Qemu: ```sh -git clone https://git.zxq5.dev/OsDev/FoundryOS.git cargo run ```