Skip to content

Commit 3618e4f

Browse files
committed
Update download links in readme
1 parent 11bdfa4 commit 3618e4f

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,17 @@ Download the appropriate binary for your OS and architecture, then unzip or unta
1212

1313
| OS | 64-bit | 32-bit |
1414
| ------- | ------ | ------ |
15-
| Linux | [64-bit](https://bintray.com/artifact/download/dexec/release/dexec_1.0.3_linux_amd64.tar.gz) | [32-bit](https://bintray.com/artifact/download/dexec/release/dexec_1.0.3_linux_386.tar.gz) |
16-
| Mac | [64-bit](https://bintray.com/artifact/download/dexec/release/dexec_1.0.3_darwin_amd64.zip) | [32-bit](https://bintray.com/artifact/download/dexec/release/dexec_1.0.3_darwin_386.zip) |
17-
| Windows | [64-bit](https://bintray.com/artifact/download/dexec/release/dexec_1.0.3_windows_amd64.zip) | [32-bit](https://bintray.com/artifact/download/dexec/release/dexec_1.0.3_windows_386.zip) |
15+
| Linux | [64-bit](https://bintray.com/artifact/download/dexec/release/dexec_1.0.5_linux_amd64.tar.gz) | [32-bit](https://bintray.com/artifact/download/dexec/release/dexec_1.0.5_linux_386.tar.gz) |
16+
| Mac | [64-bit](https://bintray.com/artifact/download/dexec/release/dexec_1.0.5_darwin_amd64.zip) | [32-bit](https://bintray.com/artifact/download/dexec/release/dexec_1.0.5_darwin_386.zip) |
17+
| Windows | [64-bit](https://bintray.com/artifact/download/dexec/release/dexec_1.0.5_windows_amd64.zip) | [32-bit](https://bintray.com/artifact/download/dexec/release/dexec_1.0.5_windows_386.zip) |
1818

19-
Binaries for other distributions are available on [Bintray](https://bintray.com/dexec/release/dexec/1.0.3).
19+
Binaries for other distributions are available on [Bintray](https://bintray.com/dexec/release/dexec/_latestVersion).
2020

2121
### Using Go
2222

23-
If you have Go 1.5 installed and configured correctly, you can install ```dexec``` with the ```go get``` command. The ```GO15VENDOREXPERIMENT``` environment variable needs to be set so that dependencies in the vendor directory will be used.
23+
If you have >= Go 1.5 installed and configured correctly, you can install ```dexec``` with the ```go get``` command. For Go 1.5 the ```GO15VENDOREXPERIMENT``` environment variable needs to be set so that dependencies in the vendor directory will be used.
2424

2525
```sh
26-
$ export GO15VENDOREXPERIMENT=1
2726
$ go get github.com/docker-exec/dexec
2827
```
2928

0 commit comments

Comments
 (0)