Skip to content

Commit

Permalink
Add chmod +x on downloaded binary to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tnozicka committed Feb 1, 2016
1 parent 9605d4f commit 0c7428f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ This tool is ideal for use without polluting you environment with dependencies.
wget
```bash
wget https://github.com/tnozicka/goenvtemplator/releases/download/v0.0.1-rc1/goenvtemplator-amd64 -O /usr/local/bin/goenvtemplator
chmod +x /usr/local/bin/goenvtemplator
```

Dockerfile
```Dockerfile
ADD https://github.com/tnozicka/goenvtemplator/releases/download/v0.0.1-rc1/goenvtemplator-amd64 /usr/local/bin/goenvtemplator
RUN chmod +x /usr/local/bin/goenvtemplator
```


Expand Down

0 comments on commit 0c7428f

Please sign in to comment.