Skip to content

Commit

Permalink
Add warning about LEIN_JAR usage in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Søren Knudsen committed Feb 22, 2016
1 parent 83e9138 commit 976bf20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ on your `PATH` and running `lein self-install` should still work for
most users. If you have [Cygwin](http://www.cygwin.com/) you should be
able to use the shell script above rather than the batch file.

N.B.: Avoid using a LEIN_JAR environment variable. If you have one instance of Leiningen on your PATH as well as a LEIN_JAR pointing to a different instance, there is a known problem where `lein -v` and `lein update` will refer to the first instance, while usage of Leiningen, such as `lein new foobar`, will refer to the latter.

## Basic Usage

The
Expand Down

0 comments on commit 976bf20

Please sign in to comment.