From c18772017be37d1a04680ddc081a9b6e91a81614 Mon Sep 17 00:00:00 2001 From: Alan Hoyle Date: Tue, 6 Nov 2018 19:27:16 -0500 Subject: [PATCH] Update SetupRClone.md --- doc/SetupRClone.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/SetupRClone.md b/doc/SetupRClone.md index 22d6a8a..5e48aae 100644 --- a/doc/SetupRClone.md +++ b/doc/SetupRClone.md @@ -33,6 +33,10 @@ These instructions will speed you through the process with good defaults. If you # Detailed instructions ## Step 1: Install rclone4pi +1. Enter a root session on your Pi (if you haven't already): + ``` + sudo -i + ``` 2. Run the following command to install rclone4pi: ``` curl -L https://raw.github.com/pageauc/rclone4pi/master/rclone-install.sh | bash