Skip to content
Snippets Groups Projects
Commit 96eb7751 authored by Hamza Remmal's avatar Hamza Remmal :homes:
Browse files

Add tar and move instructions to create the executable

parent 084d01b4
No related branches found
No related tags found
1 merge request!5Fix download link for coursier in tools-setup.md
......@@ -53,7 +53,13 @@ cd %USERPROFILE%
Now assuming that you're in the correct directory you can run:
```shell
bitsadmin /transfer cs-cli https://github.com/coursier/launchers/raw/master/cs-x86_64-pc-win32.zip "%cd%\cs.exe"
bitsadmin /transfer cs-cli https://github.com/coursier/launchers/raw/master/cs-x86_64-pc-win32.zip "%cd%\cs.zip"
```
```shell
tar -xf cs.zip
```
```shell
move cs-x86_64-pc-win32.exe cs.exe
```
```shell
.\cs setup -y --jvm 8 --apps cs,sbt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment