Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tnozicka committed Feb 1, 2016
1 parent 0c7428f commit 49e27b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ This tool is ideal for use without polluting you environment with dependencies.
## Installation
wget
```bash
wget https://github.com/tnozicka/goenvtemplator/releases/download/v0.0.1-rc1/goenvtemplator-amd64 -O /usr/local/bin/goenvtemplator
wget https://github.com/tnozicka/goenvtemplator/releases/download/v1.0.0/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
ADD https://github.com/tnozicka/goenvtemplator/releases/download/v1.0.0/goenvtemplator-amd64 /usr/local/bin/goenvtemplator
RUN chmod +x /usr/local/bin/goenvtemplator
```

Expand Down

0 comments on commit 49e27b2

Please sign in to comment.