Skip to content

Commit

Permalink
Merge pull request #104 from Neotron-Compute/fix-tool-links
Browse files Browse the repository at this point in the history
Fix tool links
  • Loading branch information
thejpster committed Aug 20, 2024
2 parents 746469d + 843daf2 commit 71110b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ $ ls ./target/debug/*.so
If you want to include a ROMFS, you need to:

```bash
cargo install --git https://github.com/neotron-compute/neotron-romfs.git neotron-romfs-lsfs
cargo install --git https://github.com/neotron-compute/neotron-romfs.git neotron-romfs-mkfs
cargo install neotron-romfs-lsfs
cargo install neotron-romfs-mkfs
cargo install cargo-binutils
```

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.
Expand Down

0 comments on commit 71110b2

Please sign in to comment.