Improve BUILDING.md.
This commit is contained in:
parent
9e3df19798
commit
df08fe23d0
1 changed files with 10 additions and 1 deletions
11
BUILDING.md
11
BUILDING.md
|
@ -1,6 +1,15 @@
|
|||
## Getting `rlwrap`
|
||||
## Getting ready to go
|
||||
|
||||
You'll need [Leiningen](http://leiningen.org).
|
||||
|
||||
```
|
||||
# If you use nvm.
|
||||
nvm use 6
|
||||
|
||||
lein deps
|
||||
npm install
|
||||
|
||||
# If you want a decent REPL.
|
||||
brew install rlwrap
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue