From a20ab8f6e7c66ca043d802baaea37ac2b01ecb7c Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Fri, 25 May 2018 12:08:29 +0200 Subject: [PATCH] Update launcher size in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I guess it could be proguarded a bit now… --- README.md | 4 ++-- doc/readme/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0a6289256..e7e4849b8 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,7 @@ Download and run its launcher with $ curl -L -o coursier https://git.io/vgvpD && chmod +x coursier && ./coursier --help ``` -The launcher itself weighs only 8 kB and can be easily embedded as is in other projects. +The launcher itself weighs only 30 kB and can be easily embedded as is in other projects. It downloads the artifacts required to launch coursier on the first run. Alternatively on OS X, install it via homebrew, that puts the `coursier` launcher directly in your PATH, @@ -641,7 +641,7 @@ They highlight in red version bumps that may not be binary compatible, changing ### Generating bootstrap launchers -The `coursier bootstrap` command generates tiny bootstrap launchers (~12 kB). These are able to download their dependencies upon first launch, then launch the corresponding application. E.g. to generate a launcher for scalafmt, +The `coursier bootstrap` command generates tiny bootstrap launchers (~30 kB). These are able to download their dependencies upon first launch, then launch the corresponding application. E.g. to generate a launcher for scalafmt, ``` $ coursier bootstrap com.geirsson:scalafmt-cli_2.11:0.2.3 -o scalafmt ``` diff --git a/doc/readme/README.md b/doc/readme/README.md index a2fe2c873..668e5cedc 100644 --- a/doc/readme/README.md +++ b/doc/readme/README.md @@ -283,7 +283,7 @@ Download and run its launcher with $ curl -L -o coursier https://git.io/vgvpD && chmod +x coursier && ./coursier --help ``` -The launcher itself weighs only 8 kB and can be easily embedded as is in other projects. +The launcher itself weighs only 30 kB and can be easily embedded as is in other projects. It downloads the artifacts required to launch coursier on the first run. Alternatively on OS X, install it via homebrew, that puts the `coursier` launcher directly in your PATH, @@ -675,7 +675,7 @@ They highlight in red version bumps that may not be binary compatible, changing ### Generating bootstrap launchers -The `coursier bootstrap` command generates tiny bootstrap launchers (~12 kB). These are able to download their dependencies upon first launch, then launch the corresponding application. E.g. to generate a launcher for scalafmt, +The `coursier bootstrap` command generates tiny bootstrap launchers (~30 kB). These are able to download their dependencies upon first launch, then launch the corresponding application. E.g. to generate a launcher for scalafmt, ``` $ coursier bootstrap com.geirsson:scalafmt-cli_2.11:0.2.3 -o scalafmt ```