Skip to content

Commit caca945

Browse files
authored
docs: removed outdated versions link from README
1 parent 4f45e90 commit caca945

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,11 @@ There are three common ways to run docker-gen:
2727

2828
#### Host Install
2929

30-
Linux/OSX binaries for release [0.9.0](https://github.com/nginx-proxy/docker-gen/releases)
31-
32-
- [amd64](https://github.com/nginx-proxy/docker-gen/releases/download/0.9.0/docker-gen-linux-amd64-0.9.0.tar.gz)
33-
- [i386](https://github.com/nginx-proxy/docker-gen/releases/download/0.9.0/docker-gen-linux-i386-0.9.0.tar.gz)
34-
- [alpine-linux](https://github.com/nginx-proxy/docker-gen/releases/download/0.9.0/docker-gen-alpine-linux-amd64-0.9.0.tar.gz)
35-
3630
Download the version you need, untar, and install to your PATH.
3731

3832
```console
39-
wget https://github.com/nginx-proxy/docker-gen/releases/download/0.9.0/docker-gen-linux-amd64-0.9.0.tar.gz
40-
tar xvzf docker-gen-linux-amd64-0.9.0.tar.gz
33+
wget https://github.com/nginx-proxy/docker-gen/releases/download/0.12.0/docker-gen-linux-amd64-0.12.0.tar.gz
34+
tar xvzf docker-gen-linux-amd64-0.12.0.tar.gz
4135
./docker-gen
4236
```
4337

0 commit comments

Comments
 (0)