File tree Expand file tree Collapse file tree 1 file changed +4
-17
lines changed Expand file tree Collapse file tree 1 file changed +4
-17
lines changed Original file line number Diff line number Diff line change @@ -29,23 +29,10 @@ separate install script. Follow these instructions to install Leiningen manuall
29
29
4 . Set it to be executable. (` chmod +x ~/bin/lein ` )
30
30
5 . Run it.
31
31
32
- ### Windows
33
-
34
- There is
35
- [ an installer] ( http://leiningen-win-installer.djpowell.net/ ) which
36
- will handle downloading and placing Leiningen and its dependencies.
37
-
38
- The manual method of putting
39
- [ the batch file] ( https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein.bat ) .
40
- on your ` PATH ` and running ` lein self-install ` should still work for
41
- most users. If you have [ Cygwin] ( http://www.cygwin.com/ ) you should be
42
- able to use the shell script above rather than the batch file.
43
-
44
- N.B.: Avoid using a LEIN_JAR environment variable.
45
- If you have one instance of Leiningen on your PATH as well as a LEIN_JAR
46
- pointing to a different instance, there is a known problem where ` lein -v ` and
47
- ` lein upgrade ` will refer to the first instance, while usage of Leiningen, such
48
- as ` lein new foobar ` , will refer to the latter.
32
+ Windows users can use
33
+ [ the batch file] ( https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein.bat ) or
34
+ [ Powershell version] ( https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein.ps1 )
35
+ instead.
49
36
50
37
## Basic Usage
51
38
You can’t perform that action at this time.
0 commit comments