From d47d2a8f682ac9a808021e4c6041bb1901ae2e30 Mon Sep 17 00:00:00 2001 From: Wyrrrd Date: Sun, 13 Jun 2021 15:44:53 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d048a2c..0a5f2c5 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,14 @@ mkdir /home/pi/RetroPie/saves find $directory -type f -name "*.srm" -or -name "*.sav" -or -name "*.state*" -exec mv {} /home/pi/RetroPie/saves/ \; ``` -Then, in EmulationStation, open Retroarch Settings, go to "Settings" #8594; "Directories" and set both "Savegames" and "Savestates" to `/home/pi/RetroPie/saves`. -Go to "Settings" #8594; "Configuration", check "Save configuration on exit", then exit. +Then, in EmulationStation, open Retroarch Settings, go to "Settings" → "Directories" and set both "Savegames" and "Savestates" to `/home/pi/RetroPie/saves`. +Go to "Settings" → "Configuration", check "Save configuration on exit", then exit. + +#### Install RetroPie-sync +``` +cd /home/pi +git clone https://github.com/Wyrrrd/RetroPie-sync +``` #### Install autofs ```