Skip to content

Commit 49e27b2

Browse files
committed
Release v1.0.0
1 parent 0c7428f commit 49e27b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ This tool is ideal for use without polluting you environment with dependencies.
88
## Installation
99
wget
1010
```bash
11-
wget https://github.com/tnozicka/goenvtemplator/releases/download/v0.0.1-rc1/goenvtemplator-amd64 -O /usr/local/bin/goenvtemplator
11+
wget https://github.com/tnozicka/goenvtemplator/releases/download/v1.0.0/goenvtemplator-amd64 -O /usr/local/bin/goenvtemplator
1212
chmod +x /usr/local/bin/goenvtemplator
1313
```
1414

1515
Dockerfile
1616
```Dockerfile
17-
ADD https://github.com/tnozicka/goenvtemplator/releases/download/v0.0.1-rc1/goenvtemplator-amd64 /usr/local/bin/goenvtemplator
17+
ADD https://github.com/tnozicka/goenvtemplator/releases/download/v1.0.0/goenvtemplator-amd64 /usr/local/bin/goenvtemplator
1818
RUN chmod +x /usr/local/bin/goenvtemplator
1919
```
2020

0 commit comments

Comments
 (0)