Skip to content

Commit 71110b2

Browse files
authored
Merge pull request #104 from Neotron-Compute/fix-tool-links
Fix tool links
2 parents 746469d + 843daf2 commit 71110b2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ $ ls ./target/debug/*.so
6363
If you want to include a ROMFS, you need to:
6464

6565
```bash
66-
cargo install --git https://github.com/neotron-compute/neotron-romfs.git neotron-romfs-lsfs
67-
cargo install --git https://github.com/neotron-compute/neotron-romfs.git neotron-romfs-mkfs
66+
cargo install neotron-romfs-lsfs
67+
cargo install neotron-romfs-mkfs
68+
cargo install cargo-binutils
6869
```
6970

7071
A bunch of utilities are supplied in the [`utilities`](./utilities/) folder. Build them all, and make a ROMFS image, then build the OS with the `ROMFS_PATH` environment variable set.

0 commit comments

Comments
 (0)