From e62618f1367b265f7297e4e93fa079d2fea2c04a Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Fri, 25 May 2018 12:08:29 +0200 Subject: [PATCH] Update bootstrap example in README --- README.md | 3 +-- doc/readme/README.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 51d83a2ab..6d608d2e4 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/doc/readme/README.md b/doc/readme/README.md index b5b5d3f98..0b9f9e017 100644 --- a/doc/readme/README.md +++ b/doc/readme/README.md @@ -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.