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/)