Skip to content

Commit

Permalink
fix: proper chmod for manual installation (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
loicbourgois authored Mar 4, 2020
1 parent bd923cb commit f92386e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ echo $PATH
sudo curl -o /usr/local/bin/scw -L "https://github.com/scaleway/scaleway-cli/releases/download/v2.0.0-beta.1/scw-v2.0.0-beta.1-darwin-x86_64"

# Allow executing file as program
chmod +x scw-v2.0.0-beta.1-darwin-x86_64
chmod +x /usr/local/bin/scw

# Init the CLI
scw init
Expand All @@ -86,7 +86,7 @@ scw init
sudo curl -o /usr/local/bin/scw -L "https://github.com/scaleway/scaleway-cli/releases/download/v2.0.0-beta.1/scw-v2.0.0-beta.1-linux-x86_64"

# Allow executing file as program
chmod +x scw-v2.0.0-beta.1-linux-x86_64
chmod +x /usr/local/bin/scw

# Init the CLI
scw init
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ arch x86_64
creation-date few seconds ago
modification-date few seconds ago
extra-volumes 0
from-server
from-server -
organization 14d2f7ae-9775-414c-9bed-6810e060d500
public false
root-volume 2184a2c8-0da8-4b06-8aec-3e3e2aedd571
Expand Down

0 comments on commit f92386e

Please sign in to comment.