Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
Slightly clean up developer install doc
Browse files Browse the repository at this point in the history
Added a prerequisite section and removed the installation instructions for Leiningen
  • Loading branch information
martinchooooooo committed Jul 8, 2015
1 parent 8b9b4c9 commit 62a28a0
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions doc/developer-install.md
@@ -1,18 +1,11 @@
# Initial setup

## Install Leiningen and Node.js
## Prerequisites

First install or update [leiningen](http://leiningen.org/).
- [Leiningen 2.x](http://leiningen.org/)
- [Node.js and npm](http://nodejs.org/download/)
- [Cygwin](https://cygwin.com/install.html) (for Windows users)

1. Download the lein script. For Windows, download lein.bat.
2. Place it on your $PATH where your shell can find it (eg. ~/bin).
3. Set it to be an executable (chmod a+x ~/bin/lein).
4. Run the Lein script (eg. "./lein" or "sh lein") without quotes.

You can also install it with your package manager but be sure to get version
2.x. Windows users can use this [installer](https://raw.github.com/technomancy/leiningen/stable/bin/lein.bat).

Then install [node and npm](http://nodejs.org/download/).

## Cygwin on Windows

Expand Down

0 comments on commit 62a28a0

Please sign in to comment.