From 2ec7a43d0f2954f46854beb12348eb6b3d93ac6d Mon Sep 17 00:00:00 2001 From: Julien Richard-Foy Date: Wed, 1 Jul 2020 13:33:42 +0200 Subject: [PATCH] Add a link to the installation instructions for all the supported operating systems --- _posts/2020-06-29-one-click-install.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_posts/2020-06-29-one-click-install.md b/_posts/2020-06-29-one-click-install.md index affa172f3..e6a7eef55 100644 --- a/_posts/2020-06-29-one-click-install.md +++ b/_posts/2020-06-29-one-click-install.md @@ -15,7 +15,9 @@ For example, on Linux, all we now need is: $ curl -Lo cs https://git.io/coursier-cli-linux && chmod +x cs && ./cs setup ``` -which will install all the following software, if not yet installed: +You can find the instructions for Mac OS and Windows in the [Coursier documentation](https://get-coursier.io/docs/cli-installation). + +The command shown above will install all the following software, if not yet installed: * a JDK * the build tools [sbt](https://www.scala-sbt.org/) and [mill](https://www.lihaoyi.com/mill/)