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 # FoundryOS
## Cloning
```sh
git clone https://git.zxq5.dev/OsDev/FoundryOS.git
```
## Build dependencies ## Build dependencies
* latest rust nightly release * latest rust nightly release
@@ -17,7 +22,6 @@ rustup component add llvm-tools-preview
## Building & Running in Qemu: ## Building & Running in Qemu:
```sh ```sh
git clone https://git.zxq5.dev/OsDev/FoundryOS.git
cargo run cargo run
``` ```