Skip to content
Snippets Groups Projects
Commit 5a845ba8 authored by Matt Bovel's avatar Matt Bovel
Browse files

Merge branch 'master' into 'master'

Fix download link for coursier in tools-setup.md

See merge request !5
parents f42939f5 96eb7751
Branches
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://git.io/coursier-cli-windows-exe "%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