Skip to content

Commit

Permalink
Mention the Gitorious mirroring and Travis tests.
Browse files Browse the repository at this point in the history
Also warn about using the master branch without a checkout.

[ci skip]
  • Loading branch information
technomancy committed Sep 11, 2012
1 parent 1dacc0d commit 67e8019
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -138,16 +138,24 @@ Contributors are also welcome to request a free
[Leiningen sticker](http://twitpic.com/2e33r1) by asking on the [Leiningen sticker](http://twitpic.com/2e33r1) by asking on the
mailing list and mailing a self-addressed, stamped envelope. mailing list and mailing a self-addressed, stamped envelope.


Leiningen is [mirrored at Gitorious](https://gitorious.org/leiningen/leiningen)
and [tested on Travis](http://travis-ci.org/#!/technomancy/leiningen).

## Building ## Building


You don't need to "build" Leiningen per se, but when you're using a You don't need to "build" Leiningen per se, but when you're using a
checkout you will need to get its dependencies in place. checkout you will need to get its dependencies in place.


For the master branch, use an existing Leiningen version (currently this means For the master branch, use an existing Leiningen version (currently
Leiningen 1) to run `lein install` in the `leiningen-core` subproject directory. When the this means Leiningen 1) to run `lein install` in the `leiningen-core`
dependencies change you will also have to do `rm .lein-classpath` in subproject directory. When the dependencies change you will also have
the project root. It's not yet possible to bootstrap a development to do `rm .lein-classpath` in the project root. It's not yet possible
version of Leiningen without having an older version installed. to bootstrap a development version of Leiningen without having an
older version installed.

Using `bin/lein` alone from the master branch is not supported. The
master branch is designed to be used from a full git checkout. If you
want to just grab a shell script to work with, use the preview branch.


Once you've done that, symlink `bin/lein` to somewhere on your Once you've done that, symlink `bin/lein` to somewhere on your
`$PATH`. Usually you'll want to rename your existing installation to `$PATH`. Usually you'll want to rename your existing installation to
Expand Down

0 comments on commit 67e8019

Please sign in to comment.