update README

This commit is contained in:
Mark Harrah 2011-03-16 22:30:22 -04:00
parent e212756828
commit 5933e7b29c
1 changed files with 4 additions and 4 deletions

View File

@ -5,9 +5,9 @@ To build from source, get the latest stable version of sbt (above) and get the c
$ git clone git://github.com/harrah/xsbt.git $ git clone git://github.com/harrah/xsbt.git
$ cd xsbt $ cd xsbt
The latest tag for 0.9.x is 0.9.1: The latest tag for 0.9.x is 0.9.2:
$ git checkout v0.9.1 $ git checkout v0.9.2
Or, get the development branch for 0.9.x: Or, get the development branch for 0.9.x:
@ -19,8 +19,8 @@ To build:
Copy your stable ~/bin/sbt script to ~/bin/xsbt and change it to use the launcher at: Copy your stable ~/bin/sbt script to ~/bin/xsbt and change it to use the launcher at:
<xsbt>/target/sbt-launch-0.9.1.jar <xsbt>/target/sbt-launch-0.9.2.jar
If using the 0.9 development branch, the launcher is at: If using the 0.9 development branch, the launcher is at:
<xsbt>/target/sbt-launch-0.9.2-SNAPSHOT.jar <xsbt>/target/sbt-launch-0.9.3-SNAPSHOT.jar