Improve BUILDING.md.

This commit is contained in:
Richard Newman 2016-07-05 12:38:55 -07:00
parent 9e3df19798
commit df08fe23d0

View file

@ -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
```