From d9fcf6a7645292da0e75eb3b1d25035469df3cee Mon Sep 17 00:00:00 2001 From: Matt Compton Date: Sun, 23 Jan 2022 20:37:23 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66dfa94..8b20d69 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,4 @@ You will have to use Arch or Arch-Based distros to build this ISO File. * Go to the project folder * Run `./build_iso.sh` * If you get an error about `/tmp/` running out of space, reboot (to clear tmpfs), then re-run with a dir to use as temp (e.g. `./build_iso.sh FOOBAR`) - * If you also add a second arg as in `./build_iso.sh /some/folder testing`, you'll pull from our testing repo (not RN!!) + * If you also add a second arg as in `./build_iso.sh /some/folder testing`, you'll pull from our testing repo