Skip to content

Commit

Permalink
readme: update develop section
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Oct 31, 2016
1 parent d383586 commit 21c92e8
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,18 @@ lighthouse --help
#### Setup
```sh
git clone https://github.com/GoogleChrome/lighthouse

cd lighthouse
npm install

cd lighthouse-cli/
# The CLI is authored in TypeScript and requires compilation:
cd lighthouse-cli
npm install
npm run build
```

#### Working on the CLI.

The CLI's implementation is now in TypeScript; and currently being evaluated for improved ergonomics. You must run a filewatcher with compile step during development.

`cd lighthouse-cli && npm run dev`
# To run the TS compiler in watch mode:
# cd lighthouse-cli && npm run dev
```

#### Run

Expand Down

0 comments on commit 21c92e8

Please sign in to comment.