Skip to content

Commit 4b8ef79

Browse files
committed
docs: favor installing stable package from npm instead of Github master
1 parent fde5452 commit 4b8ef79

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ Lighthouse requires Chrome 52 or later.
1111

1212
## Install Chrome extension
1313

14-
[chrome.google.com/webstore/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk](https://chrome.google.com/webstore/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk)
14+
Install from the Chrome Web Store: [chrome.google.com/webstore/detail/lighthouse/](https://chrome.google.com/webstore/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk)
1515

1616
Quick-start guide on using the Lighthouse extension: http://bit.ly/lighthouse-quickstart
1717

18-
## Install CLI
18+
## Install CLI [![NPM lighthouse package](https://img.shields.io/npm/v/lighthouse.svg)](https://npmjs.org/package/lighthouse)
1919

2020
Requires Node v5+ or Node v4 w/ `--harmony`
2121

2222
```sh
23-
npm install -g GoogleChrome/lighthouse
23+
npm install -g lighthouse
2424
```
2525

2626
## Run
@@ -122,7 +122,7 @@ Options:
122122

123123
## Lighthouse w/ mobile devices
124124

125-
Lighthouse can run against a real mobile device. You can follow the [Remote Debugging on Android (Legacy Workflow)](https://developer.chrome.com/devtools/docs/remote-debugging-legacy) up through step 3.3, but the TL;DR is install & run adb, enable USB debugging, then port forward 9222 from the device to the machine with Lighthouse.
125+
Lighthouse can run against a real mobile device. You can follow the [Remote Debugging on Android (Legacy Workflow)](https://developer.chrome.com/devtools/docs/remote-debugging-legacy) up through step 3.3, but the TL;DR is install & run adb, enable USB debugging, then port forward 9222 from the device to the machine with Lighthouse.
126126

127127
```sh
128128
$ adb kill-server

0 commit comments

Comments
 (0)