Skip to content

Commit

Permalink
update hacking instructions to specify yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
drewvolz committed Mar 30, 2019
1 parent 48f1705 commit d374a0b
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 @@ -32,8 +32,8 @@ A browser needs to support:
- Prerequisites: [node.js, at least v7](https://nodejs.org) and [git](https://git-scm.com).
- `git clone https://github.com/hawkrives/gobbldygook.git`
- `cd gobbldygook`
- `npm install`
- `npm start`
- `yarn install`
- `yarn start`

You can see additional commands by executing `npm run` with no arguments.

Expand Down

0 comments on commit d374a0b

Please sign in to comment.