mirror of https://github.com/sbt/sbt.git
Updated Getting Started Setup (markdown)
parent
7ebbd8ea45
commit
5630d6487e
|
|
@ -17,10 +17,10 @@ To create an sbt project, you'll need to take these steps:
|
||||||
|
|
||||||
# Installing sbt
|
# Installing sbt
|
||||||
|
|
||||||
You need two files; [sbt-launch.jar] and a script to run it.
|
|
||||||
|
|
||||||
*Note: Relevant information is moving to the [download page](http://www.scala-sbt.org/download.html)*
|
*Note: Relevant information is moving to the [download page](http://www.scala-sbt.org/download.html)*
|
||||||
|
|
||||||
|
In the past, you could do a 'raw' installation using two files; [sbt-launch.jar] and a script to run it.
|
||||||
|
|
||||||
## <a id="yum"></a>Yum
|
## <a id="yum"></a>Yum
|
||||||
|
|
||||||
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:
|
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:
|
||||||
|
|
@ -110,4 +110,4 @@ To install sbt, you could also use this fairly elaborated shell script: https://
|
||||||
|
|
||||||
## Next
|
## Next
|
||||||
|
|
||||||
Move on to [[create a simple project|Getting Started Hello]].
|
Move on to [[create a simple project|Getting Started Hello]].
|
||||||
Loading…
Reference in New Issue