From 81d0c76151f2f0aa50fa31b495c8674dc05dc02a Mon Sep 17 00:00:00 2001 From: Jonathan 'theJPster' Pallant Date: Thu, 6 Jun 2024 18:38:55 +0100 Subject: [PATCH] These tools have been published. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 320db25..1dfab16 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,8 @@ $ 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 ``` 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.