Skip to content

Commit

Permalink
doc: update binary releases links
Browse files Browse the repository at this point in the history
  • Loading branch information
a8m authored Jun 20, 2020
1 parent 16035fe commit ec28b74
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 @@ -13,15 +13,15 @@ Latest stable `envsubst` [prebuilt binaries for 64-bit Linux, or Mac OS X][relea

###### Linux and MacOS
```console
curl -L https://github.com/a8m/envsubst/releases/download/v1.1.0/envsubst-`uname -s`-`uname -m` -o envsubst
curl -L https://github.com/a8m/envsubst/releases/download/v1.2.0/envsubst-`uname -s`-`uname -m` -o envsubst
chmod +x envsubst
sudo mv envsubst /usr/local/bin
```

###### Windows
Download the latest prebuilt binary from [releases page][releases], or if you have curl installed:
```console
curl -L https://github.com/a8m/envsubst/releases/download/v1.1.0/envsubst.exe
curl -L https://github.com/a8m/envsubst/releases/download/v1.2.0/envsubst.exe
```

##### With go
Expand Down

0 comments on commit ec28b74

Please sign in to comment.