From 201faacce827413654dd9414c5bee9fe9a8cd8da Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Sun, 6 Mar 2011 16:02:41 -0500 Subject: [PATCH] update README for 0.9.1 --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 805533143..072ada54a 100644 --- a/README.md +++ b/README.md @@ -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 $ cd xsbt -The latest tag for 0.9.x is 0.9.0: +The latest tag for 0.9.x is 0.9.1: - $ git checkout v0.9.0 + $ git checkout v0.9.1 Or, get the development branch for 0.9.x: @@ -19,4 +19,8 @@ To build: Copy your stable ~/bin/sbt script to ~/bin/xsbt and change it to use the launcher at: - /target/sbt-launch-0.9.0-SNAPSHOT.jar \ No newline at end of file + /target/sbt-launch-0.9.1.jar + +If using the 0.9 development branch, the launcher is at: + + /target/sbt-launch-0.9.2-SNAPSHOT.jar \ No newline at end of file