Update bootstrap example in README

This commit is contained in:
Alexandre Archambault 2018-05-25 12:08:29 +02:00
parent 97a92914f3
commit e62618f136
2 changed files with 2 additions and 4 deletions

View File

@ -415,8 +415,7 @@ repositories on first launch. For example, the launcher of coursier is [generate
```
$ ./coursier bootstrap \
io.get-coursier:coursier-cli_2.11:1.0.1 \
-b -f -o coursier \
-M coursier.cli.Coursier
-f -o coursier
```
See `./coursier bootstrap --help` for a list of the available options.

View File

@ -444,8 +444,7 @@ repositories on first launch. For example, the launcher of coursier is [generate
```
$ ./coursier bootstrap \
io.get-coursier:coursier-cli_2.11:1.0.1 \
-b -f -o coursier \
-M coursier.cli.Coursier
-f -o coursier
```
See `./coursier bootstrap --help` for a list of the available options.