Have the launcher links point the launcher in master

This commit is contained in:
Alexandre Archambault 2016-02-01 14:39:39 +01:00
parent cf45a924a8
commit 841e6cc170
2 changed files with 4 additions and 4 deletions

View File

@ -70,7 +70,7 @@ of a SBT project. Tested with SBT 0.13.8 / 0.13.9.
Download and run its laucher with
```
$ curl -L -o coursier https://git.io/vEpQR && chmod +x coursier && ./coursier --help
$ curl -L -o coursier https://git.io/vgvpD && chmod +x coursier && ./coursier --help
```
Run an application distributed via artifacts with
@ -213,7 +213,7 @@ provide more output about what's going on than their default implementations do.
Download and run its laucher with
```
$ curl -L -o coursier https://git.io/vEpQR && chmod +x coursier && ./coursier --help
$ curl -L -o coursier https://git.io/vgvpD && chmod +x coursier && ./coursier --help
```
The launcher itself weights only 8 kB and can be easily embedded as is in other projects.

View File

@ -70,7 +70,7 @@ of a SBT project. Tested with SBT 0.13.8 / 0.13.9.
Download and run its laucher with
```
$ curl -L -o coursier https://git.io/vEpQR && chmod +x coursier && ./coursier --help
$ curl -L -o coursier https://git.io/vgvpD && chmod +x coursier && ./coursier --help
```
Run an application distributed via artifacts with
@ -214,7 +214,7 @@ provide more output about what's going on than their default implementations do.
Download and run its laucher with
```
$ curl -L -o coursier https://git.io/vEpQR && chmod +x coursier && ./coursier --help
$ curl -L -o coursier https://git.io/vgvpD && chmod +x coursier && ./coursier --help
```
The launcher itself weights only 8 kB and can be easily embedded as is in other projects.