From 5630d6487e2329a2fde3de9f14e3b3f33ae1b85c Mon Sep 17 00:00:00 2001 From: jsuereth Date: Thu, 4 Oct 2012 17:59:09 -0700 Subject: [PATCH] Updated Getting Started Setup (markdown) --- Getting-Started/Getting-Started-Setup.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Getting-Started/Getting-Started-Setup.md b/Getting-Started/Getting-Started-Setup.md index 98cc5b8..ebd4b18 100644 --- a/Getting-Started/Getting-Started-Setup.md +++ b/Getting-Started/Getting-Started-Setup.md @@ -17,10 +17,10 @@ To create an sbt project, you'll need to take these steps: # 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)* +In the past, you could do a 'raw' installation using two files; [sbt-launch.jar] and a script to run it. + ## 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: @@ -110,4 +110,4 @@ To install sbt, you could also use this fairly elaborated shell script: https:// ## Next -Move on to [[create a simple project|Getting Started Hello]]. +Move on to [[create a simple project|Getting Started Hello]]. \ No newline at end of file