Skip to content

Commit

Permalink
Merge pull request #1227 from eed3si9n/wip/remove_cs_setup
Browse files Browse the repository at this point in the history
[2.x] Remove cs setup
  • Loading branch information
eed3si9n authored Sep 14, 2024
2 parents 4dde1ac + df73534 commit 0359c84
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/reference/Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@ java -version
# openjdk version "1.8.0_352"
```

### Install sbt with **cs setup**

Follow [Install](https://www.scala-lang.org/download/) page, and install Scala using Coursier.

```bash
cs setup
```

This should install the latest stable version of `sbt`.

### Installing from SDKMAN

To install both JDK and sbt, consider using [SDKMAN](https://sdkman.io/).
Expand Down

0 comments on commit 0359c84

Please sign in to comment.