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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ 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.1_linux_amd64.tar.gz)|[32-bit](https://bintray.com/artifact/download/dexec/release/dexec_1.0.1_linux_386.tar.gz)|
16
-
| Mac |[64-bit](https://bintray.com/artifact/download/dexec/release/dexec_1.0.1_darwin_amd64.zip)|[32-bit](https://bintray.com/artifact/download/dexec/release/dexec_1.0.1_darwin_386.zip)|
17
-
| Windows |[64-bit](https://bintray.com/artifact/download/dexec/release/dexec_1.0.1_windows_amd64.zip)|[32-bit](https://bintray.com/artifact/download/dexec/release/dexec_1.0.1_windows_386.zip)|
15
+
| Linux |[64-bit](https://bintray.com/artifact/download/dexec/release/dexec_1.0.2_linux_amd64.tar.gz)|[32-bit](https://bintray.com/artifact/download/dexec/release/dexec_1.0.2_linux_386.tar.gz)|
16
+
| Mac |[64-bit](https://bintray.com/artifact/download/dexec/release/dexec_1.0.2_darwin_amd64.zip)|[32-bit](https://bintray.com/artifact/download/dexec/release/dexec_1.0.2_darwin_386.zip)|
17
+
| Windows |[64-bit](https://bintray.com/artifact/download/dexec/release/dexec_1.0.2_windows_amd64.zip)|[32-bit](https://bintray.com/artifact/download/dexec/release/dexec_1.0.2_windows_386.zip)|
18
18
19
-
Binaries for other distributions are available on [Bintray](https://bintray.com/dexec/release/dexec/1.0.1).
19
+
Binaries for other distributions are available on [Bintray](https://bintray.com/dexec/release/dexec/1.0.2).
20
20
21
21
### Using Go
22
22
@@ -103,9 +103,9 @@ As with sources, included files and directories are mounted using the default Do
103
103
```dexec``` stores a map of file extensions to Docker images and uses this to look up the right image to run for a given source file. This can be overridden in the following way:
104
104
105
105
```sh
106
-
$ dexec foo.c --specify-image=dexec/cpp
107
-
$ dexec foo.c --specify-image dexec/cpp
108
-
$ dexec foo.c -s dexec/cpp
106
+
$ dexec foo.c --specify-image=dexec/lang-cpp
107
+
$ dexec foo.c --specify-image dexec/lang-cpp
108
+
$ dexec foo.c -s dexec/lang-cpp
109
109
```
110
110
111
111
If no image version is specified, "latest" is used.
0 commit comments