Skip to content

Commit

Permalink
readme: updates about m52, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Aug 31, 2016
1 parent b526eb3 commit 54b93b9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
[![Build Status](https://travis-ci.org/GoogleChrome/lighthouse.svg?branch=master)](https://travis-ci.org/GoogleChrome/lighthouse)
[![Coverage Status](https://coveralls.io/repos/github/GoogleChrome/lighthouse/badge.svg?branch=master)](https://coveralls.io/github/GoogleChrome/lighthouse?branch=master)

_status: prototype extension and CLI available for testing_
_status: ready for use! please report any issues or questions you have_

## Install Chrome extension

Requires Chrome version 52+

[chrome.google.com/webstore/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk](https://chrome.google.com/webstore/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk)

## Install CLI
Expand Down Expand Up @@ -45,12 +43,14 @@ lighthouse --help
```sh
git clone https://github.com/GoogleChrome/lighthouse
cd lighthouse

# will be cleaner soon.
cd lighthouse-core
npm install
```

#### Run
```sh
node lighthouse-cli http://example.com
```

## Custom run configuration

You can supply your own run configuration to customize what audits you want details on. Copy the [default.json](https://github.com/GoogleChrome/lighthouse/blob/master/lighthouse-core/config/default.json) and start customizing. Then provide to the CLI with `lighthouse --config-path=$PWD/myconfig.json <url>`
Expand Down

0 comments on commit 54b93b9

Please sign in to comment.