From fd130fcb1631455d00aa5153b717aa5dd78fd18d Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Wed, 31 Aug 2011 20:58:09 -0400 Subject: [PATCH] README formatting --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 744abedaa..0144f39c6 100644 --- a/README.md +++ b/README.md @@ -17,28 +17,28 @@ There is a [video of a demo] given at the [Northeast Scala Symposium] that gives 1. Install the current stable binary release of sbt (see [Setup]), which will be used to build sbt from source. 2. Get the source code. - $ git clone git://github.com/harrah/xsbt.git - $ cd xsbt + $ git clone git://github.com/harrah/xsbt.git + $ cd xsbt 3. The initial branch is the development branch 0.11, which contains the latest code for the 0.11.x series. To build a specific release or commit, switch to the associated tag. The tag for the latest stable release is v0.10.1: - $ git checkout v0.10.1 + $ git checkout v0.10.1 4. To build the launcher, publish all components locally, and build API and SXR documentation: - $ sbt build-all + $ sbt build-all -Alternatively, the individual commands run by `build-all` may be executed directly: + Alternatively, the individual commands run by `build-all` may be executed directly: - $ 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 `/target/`. For the v0.10.1 tag, the full location is: - /target/sbt-launch-0.10.1.jar + /target/sbt-launch-0.10.1.jar -If using the 0.11 development branch, the launcher is at: + If using the 0.11 development branch, the launcher is at: - /target/sbt-launch-0.11.0-SNAPSHOT.jar + /target/sbt-launch-0.11.0-SNAPSHOT.jar ## Modifying sbt