浏览代码

Fixed dowload location

Jandalf81 7 年之前
父节点
当前提交
782ed9cb7d
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      ReadMe.md

+ 3 - 3
ReadMe.md

@@ -10,9 +10,9 @@ This script will setup different things on your RetroPie in order to automatical
 
 
 Just install this via
 Just install this via
 ```bash
 ```bash
-wget -N -P ~/scripts https://raw.githubusercontent.com/Jandalf81/rclone_script/master/rclone_script-install.sh;
-chmod 755 ~/scripts/rclone_script-install.sh;
-~/scripts/rclone_script-install.sh;
+wget -N -P ~/scripts/rclone_script https://raw.githubusercontent.com/Jandalf81/rclone_script/master/rclone_script-install.sh;
+chmod 755 ~/scripts/rclone_script/rclone_script-install.sh;
+~/scripts/rclone_script/rclone_script-install.sh;
 ```
 ```
 and follow the instructions.
 and follow the instructions.