From df467d82c5d65ff25ded1168c0c424a7d00c56c1 Mon Sep 17 00:00:00 2001 From: robshape Date: Sun, 28 May 2023 21:00:03 +0200 Subject: [PATCH] docs: Update installation instructions --- skeleton/BASE/INSTALL.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/skeleton/BASE/INSTALL.txt b/skeleton/BASE/INSTALL.txt index 0e395e9..843e5ec 100644 --- a/skeleton/BASE/INSTALL.txt +++ b/skeleton/BASE/INSTALL.txt @@ -52,9 +52,12 @@ reconnect your microSD. 12. Finally, to clean up you microSD, run the following commands: dot_clean -m /Volumes/misc -dot_clean -m /Volumes/ROMS rm -fr /Volumes/misc/.fseventsd /Volumes/misc/.Spotlight-V100 /Volumes/misc/.Trashes +mkdir /Volumes/misc/.fseventsd && touch /Volumes/misc/.fseventsd/no_log /Volumes/misc/.metadata_never_index /Volumes/misc.Trashes + +dot_clean -m /Volumes/ROMS rm -fr /Volumes/ROMS/.fseventsd /Volumes/ROMS/.Spotlight-V100 /Volumes/ROMS/.Trashes +mkdir /Volumes/ROMS/.fseventsd && touch /Volumes/ROMS/.fseventsd/no_log /Volumes/ROMS/.metadata_never_index /Volumes/ROMS.Trashes Done. Insert your microSD to your RG35XX and boot it up!