mirror of https://github.com/sbt/sbt.git
Slightly change launcher download instructions
This commit is contained in:
parent
dc0aef7427
commit
0f15f7fca3
|
|
@ -37,7 +37,7 @@ downloads).
|
|||
|
||||
Download and run its laucher with
|
||||
```
|
||||
$ curl -L -o coursier https://git.io/vByjF; chmod +x coursier; ./coursier --help
|
||||
$ curl -L -o coursier https://git.io/vByjF && chmod +x coursier && ./coursier --help
|
||||
```
|
||||
|
||||
Note that the launcher itself weights only 8 kB and can be easily
|
||||
|
|
|
|||
Loading…
Reference in New Issue