client_downloads.md
... ...
@@ -36,8 +36,14 @@ See [this page](client_usage) for usage info.
36 36
37 37
- [macOS : sbgrid-cli_2.6.14-macos.tar.gz ](https://sbgrid.org/downloads/2.6.14/sbgrid-cli_2.6.14-macos.tar.gz)
38 38
39
-You can download this tar.gz file from the command line with this command in the Terminal:
39
+You can download this tar.gz file from the Terminal. Run this command:
40 40
41
+For Linux
42
+```
43
+curl -k -LO https://sbgrid.org/downloads/2.6.14/sbgrid-cli_2.6.14-linux.tar.gz
44
+```
45
+
46
+For macOS
41 47
```
42 48
curl -k -LO https://sbgrid.org/downloads/2.6.14/sbgrid-cli_2.6.14-macos.tar.gz
43 49
```