Skip to content

Commit

Permalink
Add sbt install instructions for ubuntu (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmiheer authored Jun 23, 2021
1 parent d3c70a9 commit 6326d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To get things running, you will need a Java runtime, Scala itself, and [sbt][].
Here's what you need to do:

- Get Java if you don't already have it. On macOS with [Homebrew][], for example, you can use `brew cask install adoptopenjdk`.
- Install Scala and sbt. On macOS, use `brew install scala sbt`.
- Install Scala and sbt. On macOS, use `brew install scala sbt`. For debian/Ubuntu see [this](https://www.scala-sbt.org/1.x/docs/Installing-sbt-on-Linux.html#Ubuntu+and+other+Debian-based+distributions).

Now you can compile the compiler by typing `sbt compile`.
Use `sbt test` to run the tests.
Expand Down

0 comments on commit 6326d9f

Please sign in to comment.