You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,18 +12,17 @@ Download the appropriate binary for your OS and architecture, then unzip or unta
12
12
13
13
| OS | 64-bit | 32-bit |
14
14
| ------- | ------ | ------ |
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)|
18
18
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).
20
20
21
21
### Using Go
22
22
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.
0 commit comments