update README to mention building with previous stable release

This commit is contained in:
Mark Harrah 2011-10-12 19:38:10 -04:00
parent cd8ff08940
commit dbe7eb8d24
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ There is a [video of a demo] given at [Scala Days 2011] based on sbt 0.10.0 that
$ git checkout v0.11.0
Note that sbt is always built with the previous stable release. For example, the 0.11 branch is built with 0.11.0, the v0.11.0 tag is built with 0.10.1, and the v0.10.1 tag is built with 0.10.0.
4. To build the launcher, publish all components locally, and build API and SXR documentation:
$ sbt build-all