Point to the djpowell installer for Windows.

The choclatey package appears to still have some usability issues.
This commit is contained in:
Phil Hagelberg 2013-06-12 17:08:51 -07:00
parent f92ca69c8b
commit 12d0ec95f9

View file

@ -35,24 +35,15 @@ projects that aren't compatible with 2.x yet. The
[upgrade guide](https://github.com/technomancy/leiningen/wiki/Upgrading) [upgrade guide](https://github.com/technomancy/leiningen/wiki/Upgrading)
has instructions on migrating to version 2. has instructions on migrating to version 2.
#### Windows ### Windows
##### Through Chocolatey There is a
[custom installer](http://leiningen-win-installer.djpowell.net/) which
will handle downloading and placing Leiningen and its dependencies.
The simplest installation method for Windows is with the Windows package manager You can also put
[Chocolatey][] via `cinst lein`. The [Leiningen package][] will ensure the JDK
and Curl are installed, will make `lein.bat` available in `PATH` and will execute
`lein self-install`
[Chocolatey]: http://chocolatey.org/
[Leiningen package]: http://chocolatey.org/packages/Lein
##### Manual
On Windows most users can get
[the batch file](https://raw.github.com/technomancy/leiningen/stable/bin/lein.bat). [the batch file](https://raw.github.com/technomancy/leiningen/stable/bin/lein.bat).
If you have PowerShell, wget.exe or curl.exe already installed and in on your `PATH` and run `lein self-install`. If you have
PATH, you can just run `lein self-install`. If you have
[Cygwin](http://www.cygwin.com/) you should be able to use the shell [Cygwin](http://www.cygwin.com/) you should be able to use the shell
script above rather than the batch file. script above rather than the batch file.