Skip to content

Commit

Permalink
minor - update README
Browse files Browse the repository at this point in the history
  • Loading branch information
oakmac committed Jan 13, 2018
1 parent deff7e4 commit 23cb098
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ You can read about some of the design decisions that went into the cheatsheet

### First time setup

Install [Leiningen] and [Node.js]
Install [Leiningen], [Node.js], and [Yarn].

```sh
# install node_modules
npm install
yarn install
```

### Development workflow
Expand Down Expand Up @@ -50,4 +50,5 @@ grunt build
[cljs.info/cheatsheet]:http://cljs.info/cheatsheet
[Leiningen]:http://leiningen.org
[Node.js]:http://nodejs.org
[Yarn]:https://yarnpkg.com/
[MIT License]:https://github.com/oakmac/cljs-cheatsheet/blob/master/LICENSE.md

0 comments on commit 23cb098

Please sign in to comment.