Skip to content

Commit

Permalink
better link
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenjw committed Sep 14, 2023
1 parent 4e65938 commit bc0a664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ In addition to installing some software, you should also download a copy of [thi

The easiest way to install all necessary Scala tools on your system is by using a tool called Coursier. See the [getting started](https://docs.scala-lang.org/getting-started/) instructions on the [Scala](https://www.scala-lang.org/) website for how to install this. Once you have Coursier installed, doing `cs setup` should install everything else that you need, including [sbt](https://www.scala-sbt.org/), which is the main tool we will be relying on for this course.

Scala editing modes are available for most programmer code editing tools. If you want a full-featured IDE, then [IntelliJ](https://www.jetbrains.com/idea/download/) is typically recommended. The free community edition is fine. Be sure to install the Scala plugin for IntelliJ during the installation process.
Scala editing modes are available for most programmer code editing tools (including Emacs and Vim). If you want a full-featured IDE, then [IntelliJ Idea](https://www.jetbrains.com/idea/) is typically recommended. The free community edition is fine. Be sure to install the Scala plugin for IntelliJ during the installation process.

### Haskell

Expand Down

0 comments on commit bc0a664

Please sign in to comment.