Update README.md

This commit is contained in:
2025-02-24 03:45:02 +00:00
parent aefc368d41
commit 8908a6a281
+5 -1
View File
@@ -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
```