From 8b4d513e4a82cfeeb77fe1129520faaf590d11c7 Mon Sep 17 00:00:00 2001 From: Tobias Lohr Date: Mon, 29 Apr 2019 12:56:35 +0200 Subject: [PATCH] Update binary installing instructions --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7db07c89..bbac3d58 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,11 @@ If you are using the CLI but don't want to mess around with Node.js you can simp 1. Download the binary for MacOS. -2. Move the binary in to your PATH: +2. Make the binary executable: + + chmod +x ./sfcc-ci-macos + +3. Move the binary in to your PATH: sudo mv ./sfcc-ci-macos /usr/local/bin/sfcc-ci @@ -146,7 +150,11 @@ If you are using the CLI but don't want to mess around with Node.js you can simp 1. Download the binary for Linux. -2. Move the binary in to your PATH: +2. Make the binary executable: + + chmod +x ./sfcc-ci-linux + +3. Move the binary in to your PATH: sudo mv ./sfcc-ci-linux /usr/local/bin/sfcc-ci