Skip to content

Commit 87ee7c5

Browse files
authored
Merge pull request #1149 from scalacenter/one-click-install-addendum
Add a link to the installation instructions for all the supported operating systems
2 parents e159ae1 + 2ec7a43 commit 87ee7c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_posts/2020-06-29-one-click-install.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ For example, on Linux, all we now need is:
1515
$ curl -Lo cs https://git.io/coursier-cli-linux && chmod +x cs && ./cs setup
1616
```
1717

18-
which will install all the following software, if not yet installed:
18+
You can find the instructions for Mac OS and Windows in the [Coursier documentation](https://get-coursier.io/docs/cli-installation).
19+
20+
The command shown above will install all the following software, if not yet installed:
1921

2022
* a JDK
2123
* the build tools [sbt](https://www.scala-sbt.org/) and [mill](https://www.lihaoyi.com/mill/)

0 commit comments

Comments
 (0)