From 6f2a6dfbc58c63d3beb5ff41877cdd2dfd9873ca Mon Sep 17 00:00:00 2001 From: Stephen Harris Date: Tue, 26 Sep 2017 10:58:03 -0400 Subject: [PATCH] For MacOS installation, make sure the /usr/local/bin directory exists --- docs/content/install.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/content/install.md b/docs/content/install.md index 01292eaf4..279e6872e 100644 --- a/docs/content/install.md +++ b/docs/content/install.md @@ -55,8 +55,11 @@ Unzip the download and cd to the extracted folder. Move rclone to your $PATH. You will be prompted for your password. + sudo mkdir -p /usr/local/bin sudo mv rclone /usr/local/bin/ +(the `mkdir` command is safe to run, even if the directory already exists). + Remove the leftover files. cd .. && rm -rf rclone-*-osx-amd64 rclone-current-osx-amd64.zip