Skip to content

Commit

Permalink
Update binary installing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiaslohr authored Apr 29, 2019
1 parent 2a37e92 commit 8b4d513
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,15 +138,23 @@ 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

### Linux ###

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

Expand Down

0 comments on commit 8b4d513

Please sign in to comment.