Skip to content

Commit

Permalink
updates how to install from source
Browse files Browse the repository at this point in the history
  • Loading branch information
jz543fm committed Aug 27, 2024
1 parent ecdc2be commit 8d6caab
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 @@ -11,13 +11,13 @@ This tool is ideal for use without polluting you environment with dependencies.
## Installation
wget
```bash
wget https://github.com/seznam/goenvtemplator/releases/download/v2.1.0/goenvtemplator2-amd64 -O /usr/local/bin/goenvtemplator2
wget https://github.com/seznam/goenvtemplator/releases/download/v2.0.0/goenvtemplator2-amd64 -O /usr/local/bin/goenvtemplator2
chmod +x /usr/local/bin/goenvtemplator2
```

Dockerfile
```Dockerfile
ADD https://github.com/seznam/goenvtemplator/releases/download/v2.1.0/goenvtemplator2-amd64 /usr/local/bin/goenvtemplator2
ADD https://github.com/seznam/goenvtemplator/releases/download/v2.0.0/goenvtemplator2-amd64 /usr/local/bin/goenvtemplator2
RUN chmod +x /usr/local/bin/goenvtemplator2
```

Expand Down

0 comments on commit 8d6caab

Please sign in to comment.