diff --git a/README.md b/README.md index 60c5f5cbda..5d029c8804 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ [Google Code]: http://code.google.com/p/simple-build-tool [Northeast Scala Symposium]: http://www.nescala.org/2011/ [Scala Days 2011]: http://days2011.scala-lang.org/node/138/285 -[documentation]: https://github.com/harrah/xsbt/wiki -[Setup]: https://github.com/harrah/xsbt/wiki/Getting-Started-Setup +[documentation]: http://www.scala-sbt.org/release/docs/ +[Setup]: http://www.scala-sbt.org/release/docs/Getting-Started/Setup [video of a demo]: http://vimeo.com/20263617 -[FAQ]: https://github.com/harrah/xsbt/wiki/FAQ +[FAQ]: http://www.scala-sbt.org/release/docs/faq # sbt 0.13 @@ -23,11 +23,11 @@ This is the 0.13.x series of sbt. $ git clone git://github.com/harrah/xsbt.git $ cd xsbt -3. The initial branch is the development branch 0.13, which contains the latest code for the next major sbt release. To build a specific release or commit, switch to the associated tag. The tag for the latest stable release is v0.12.0-RC1: +3. The initial branch is the development branch 0.13, which contains the latest code for the next major sbt release. To build a specific release or commit, switch to the associated tag. The tag for the latest stable release is v0.12.1: - $ git checkout v0.12.0-RC1 + $ git checkout v0.12.1 - Note that sbt is always built with the previous stable release. For example, the 0.12 branch is built with 0.12.0-M2, the v0.11.2 tag is built with 0.11.1, and the v0.11.0 tag is built with 0.10.1. + Note that sbt is always built with the previous stable release. For example, the 0.13 branch is built with 0.12.1, the v0.11.2 tag is built with 0.11.1, and the v0.11.0 tag is built with 0.10.1. 4. To build the launcher, publish all components locally, and build API and SXR documentation: @@ -37,9 +37,9 @@ This is the 0.13.x series of sbt. $ sbt publish-local proguard sxr doc -5. To use this locally built version of sbt, copy your stable ~/bin/sbt script to ~/bin/xsbt and change it to use the launcher jar in `/target/`. For the v0.12.0-RC1 tag, the full location is: +5. To use this locally built version of sbt, copy your stable `~/bin/sbt` script to `~/bin/xsbt` and change it to use the launcher jar in `/target/`. For the v0.12.1 tag, the full location is: - /target/sbt-launch-0.12.0-RC1.jar + /target/sbt-launch-0.12.1.jar If using the 0.13 development branch, the launcher is at: