Skip to content

Commit aba4502

Browse files
committed
Remove link to broken Windows installer.
Fixes #2469.
1 parent dac2ede commit aba4502

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

README.md

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,10 @@ separate install script. Follow these instructions to install Leiningen manuall
2929
4. Set it to be executable. (`chmod +x ~/bin/lein`)
3030
5. Run it.
3131

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.
4936

5037
## Basic Usage
5138

0 commit comments

Comments
 (0)