File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,16 @@ There are three common ways to run docker-gen:
2121
2222#### Host Install
2323
24- Linux binaries for release [ 0.3.4 ] ( https://github.com/jwilder/docker-gen/releases )
24+ Linux binaries for release [ 0.3.5 ] ( https://github.com/jwilder/docker-gen/releases )
2525
26- * [ amd64] ( https://github.com/jwilder/docker-gen/releases/download/0.3.4 /docker-gen-linux-amd64-0.3.4 .tar.gz )
27- * [ i386] ( https://github.com/jwilder/docker-gen/releases/download/0.3.4 /docker-gen-linux-i386-0.3.4 .tar.gz )
26+ * [ amd64] ( https://github.com/jwilder/docker-gen/releases/download/0.3.5 /docker-gen-linux-amd64-0.3.5 .tar.gz )
27+ * [ i386] ( https://github.com/jwilder/docker-gen/releases/download/0.3.5 /docker-gen-linux-i386-0.3.5 .tar.gz )
2828
2929Download the version you need, untar, and install to your PATH.
3030
3131```
32- $ wget https://github.com/jwilder/docker-gen/releases/download/0.3.4 /docker-gen-linux-amd64-0.3.4 .tar.gz
33- $ tar xvzf docker-gen-linux-amd64-0.3.4 .tar.gz
32+ $ wget https://github.com/jwilder/docker-gen/releases/download/0.3.5 /docker-gen-linux-amd64-0.3.5 .tar.gz
33+ $ tar xvzf docker-gen-linux-amd64-0.3.5 .tar.gz
3434$ ./docker-gen
3535```
3636
You can’t perform that action at this time.
0 commit comments