Skip to content

Commit

Permalink
Merge pull request #703 from jjerphan/patch-1
Browse files Browse the repository at this point in the history
Added indications to resolve installation on Fedora
  • Loading branch information
eed3si9n authored Jul 11, 2018
2 parents e139e04 + 5f6b979 commit efe2c7a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/reference/00-Getting-Started/01-Setup/c.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ Run the following from the terminal to install `sbt` (You'll need superuser priv

sbt binaries are published to Bintray, and conveniently Bintray provides an RPM repository. You just have to add the repository to the places your package manager will check.

On Fedora, `sbt 0.13.1` [available on official repos](https://fedora.pkgs.org/28/fedora-i386/sbt-0.13.1-9.fc28.1.noarch.rpm.html). If you want to install `sbt 1.1.6` or above, you may need to uninstall `sbt 0.13` (if it's install) and indicate that you want to install the newest version of `sbt` (i.e. `sbt 1.1.6` or above) using `bintray-sbt-rpm.repo` then.

sudo dnf remove sbt # uninstalling sbt if sbt 0.13 was installed (may not be necessary)
sudo dnf --enablerepo=bintray--sbt-rpm install sbt

> **Note:** Please report any issues with these to the
> [sbt-launcher-package](https://github.com/sbt/sbt-launcher-package)
> project.
Expand Down

0 comments on commit efe2c7a

Please sign in to comment.