Skip to content

Commit

Permalink
update links in README to point to scala-sbt.org. Fixes #567.
Browse files Browse the repository at this point in the history
  • Loading branch information
harrah committed Oct 10, 2012
1 parent 499d72b commit 00d0259
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
@@ -1,10 +1,10 @@
[Google Code]: http://code.google.com/p/simple-build-tool [Google Code]: http://code.google.com/p/simple-build-tool
[Northeast Scala Symposium]: http://www.nescala.org/2011/ [Northeast Scala Symposium]: http://www.nescala.org/2011/
[Scala Days 2011]: http://days2011.scala-lang.org/node/138/285 [Scala Days 2011]: http://days2011.scala-lang.org/node/138/285
[documentation]: https://github.com/harrah/xsbt/wiki [documentation]: http://www.scala-sbt.org/release/docs/
[Setup]: https://github.com/harrah/xsbt/wiki/Getting-Started-Setup [Setup]: http://www.scala-sbt.org/release/docs/Getting-Started/Setup
[video of a demo]: http://vimeo.com/20263617 [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 # sbt 0.13


Expand All @@ -23,11 +23,11 @@ This is the 0.13.x series of sbt.
$ git clone git://github.com/harrah/xsbt.git $ git clone git://github.com/harrah/xsbt.git
$ cd xsbt $ 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: 4. To build the launcher, publish all components locally, and build API and SXR documentation:


Expand All @@ -37,9 +37,9 @@ This is the 0.13.x series of sbt.


$ sbt publish-local proguard sxr doc $ 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 `<xsbt>/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 `<xsbt>/target/`. For the v0.12.1 tag, the full location is:


<xsbt>/target/sbt-launch-0.12.0-RC1.jar <xsbt>/target/sbt-launch-0.12.1.jar


If using the 0.13 development branch, the launcher is at: If using the 0.13 development branch, the launcher is at:


Expand Down

0 comments on commit 00d0259

Please sign in to comment.