Skip to content

Commit

Permalink
Update readme to use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
tusbar committed Jan 9, 2017
1 parent d134ca9 commit c858f0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
First, install `gulp`:

```shell
$ npm install -g gulp-cli
$ yarn global add --dev gulp-cli
```

Then install the local dependencies:

```shell
$ npm install
$ yarn install
```

Finally, assess code quality and run unit tests using `gulp`:
Expand Down

0 comments on commit c858f0a

Please sign in to comment.