Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,11 @@ follow these steps.
- Mac (Homebrew):
brew install sbt
- Ubuntu/Debian:
```sh
sudo apt-get update
sudo apt-get install sbt
```
If those fail then visit [sbt's reference manual](https://www.scala-sbt.org/1.x/docs/Installing-sbt-on-Linux.html#Ubuntu+and+other+Debian-based+distributions) or the linux tab on [sbt's download page](https://www.scala-sbt.org/download). There you will find the necessary commands to manually add the official SBT repository to your system's package manager (`apt`).
- Windows:
Download from https://www.scala-sbt.org/download.html
- Verify installation:
Expand Down