Skip to content

Commit

Permalink
Add chmod as installation step (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsobotka authored and moncho committed Apr 23, 2018
1 parent 8cea6b1 commit 45dc83e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,10 @@ Keybinding | Description

The easiest way to install the latest binaries for Linux and Mac is to run this in your shell:

```curl -sSf https://moncho.github.io/dry/dryup.sh | sudo sh```
```sh
curl -sSf https://moncho.github.io/dry/dryup.sh | sudo sh
sudo chmod 755 /usr/local/bin/dry
```

### Binaries

Expand Down

0 comments on commit 45dc83e

Please sign in to comment.