mirror of https://github.com/sbt/sbt.git
update README for 0.12.0-M1
This commit is contained in:
parent
14c5ed2985
commit
457a0dc142
12
README.md
12
README.md
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
# sbt 0.11
|
||||
|
||||
This is the 0.11.x series of sbt.
|
||||
This is the 0.11.x series of sbt (soon to be 0.12.x).
|
||||
|
||||
* [Setup]: Describes getting started with the latest binary release. See below to build from source.
|
||||
* [FAQ]: Explains how to get help, how to report an issue, and how to contribute.
|
||||
|
|
@ -23,11 +23,11 @@ This is the 0.11.x series of sbt.
|
|||
$ git clone git://github.com/harrah/xsbt.git
|
||||
$ cd xsbt
|
||||
|
||||
3. The initial branch is the development branch 0.12, which contains the latest code for the 0.12.x series. To build a specific release or commit, switch to the associated tag. The tag for the latest stable release is v0.11.2:
|
||||
3. The initial branch is the development branch 0.12, which contains the latest code for the 0.12.x series. To build a specific release or commit, switch to the associated tag. The tag for the latest stable release is v0.12.0-M1:
|
||||
|
||||
$ git checkout v0.11.2
|
||||
$ git checkout v0.12.0-M1
|
||||
|
||||
Note that sbt is always built with the previous stable release. For example, the 0.12 branch is built with 0.11.2, the v0.11.2 tag is built with 0.11.1, the v0.11.0 tag is built with 0.10.1, and the v0.10.1 tag is built with 0.10.0.
|
||||
Note that sbt is always built with the previous stable release. For example, the 0.12 branch is built with 0.12.0-M1, 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.11.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 `<xsbt>/target/`. For the v0.11.2 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.0-M1 tag, the full location is:
|
||||
|
||||
<xsbt>/target/sbt-launch-0.11.2.jar
|
||||
<xsbt>/target/sbt-launch-0.12.0-M1.jar
|
||||
|
||||
If using the 0.12 development branch, the launcher is at:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue