Skip to content

Commit

Permalink
Added typesafe repositories as locations of SBT for linux. Removed BE…
Browse files Browse the repository at this point in the history
…TA warning from sbt.msi download.
  • Loading branch information
jsuereth committed Mar 16, 2012
1 parent 5c41096 commit b46a518
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions src/jekyll/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,27 @@ toplinks:
[Click here](http://typesafe.artifactoryonline.com/typesafe/windows-releases/org/scalasbt/sbt/0.11.2/sbt.msi) for the latest windows MSI.
*Note: This MSI is still in BETA. While it has been tested it may fail in obscure situations, please make sure to report any issues you may find [here](https://github.com/sbt/sbt-launcher-package/issues).*"
*Note: please make sure to report any issues you may find [here](https://github.com/sbt/sbt-launcher-package/issues).*"
- name: 'Yum Repository'
id: 'rpm'
content: |
#### Yum Repositories ####
coming soon...
The sbt package is available from the [Typesafe Yum Repository](http://rpm.typesafe.com).
Please install [this rpm](http://rpm.typesafe.com/typesafe-repo-2.0.0-1.noarch.rpm) to add the typesafe yum repository to your list of approved sources.
Then run `yum install sbt` to grab the latest release of sbt.
*Note: please make sure to report any issues you may find [here](https://github.com/sbt/sbt-launcher-package/issues).*"
- name: 'Apt Repository'
id: 'deb'
content: |
#### APT Repositories ####
Coming Soon...
The sbt package is available from the [Typesafe Debian Repository](http://apt.typesafe.com).
Please install [this deb](http://apt.typesafe.com/repo-deb-build-0002.deb) to enable the typesafe repository.
Then run `apt-get install sbt` to grab the latest release of sbt.
*Note: please make sure to report any issues you may find [here](https://github.com/sbt/sbt-launcher-package/issues).*"
- name: 'Homebrew'
id: 'mac'
content: |
Expand Down

0 comments on commit b46a518

Please sign in to comment.