docs: Update installation instructions

This commit is contained in:
robshape 2023-05-28 21:00:03 +02:00
parent 3e1ca2c766
commit df467d82c5

View file

@ -52,9 +52,12 @@ reconnect your microSD.
12. Finally, to clean up you microSD, run the following commands: 12. Finally, to clean up you microSD, run the following commands:
dot_clean -m /Volumes/misc dot_clean -m /Volumes/misc
dot_clean -m /Volumes/ROMS
rm -fr /Volumes/misc/.fseventsd /Volumes/misc/.Spotlight-V100 /Volumes/misc/.Trashes 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 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! Done. Insert your microSD to your RG35XX and boot it up!