Skip to content

Commit

Permalink
readme: tell developer to have yarn installed. ref #2072
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Apr 26, 2017
1 parent d3b4081 commit 2bb9c5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,13 @@ right corner and signing in to GitHub.
### Setup

```sh
# yarn should be installed, first

git clone https://github.com/GoogleChrome/lighthouse

cd lighthouse
yarn install-all
gulp # to precompile the handlebar templates.
yarn build-all

# The CLI is authored in TypeScript and requires compilation.
# If you need to make changes to the CLI, run the TS compiler in watch mode:
Expand Down

0 comments on commit 2bb9c5b

Please sign in to comment.