Skip to content

Commit 93a0c25

Browse files
committed
added: command to install lighthouse to README
1 parent 2dde8f4 commit 93a0c25

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
This library is a simple wrapper around lighthouse-cli runner that runs the audit and parses a result in friendly manner.
55

66
## Installation
7+
if lighthouse is not installed:
8+
```bash
9+
npm install -g lighthouse
10+
```
11+
712
```bash
813
pip install git+https://github.com/adamcupial/lighthouse-python.git#egg=lighthouse
914
```
@@ -26,7 +31,7 @@ report has 3 properties:
2631

2732
## Dependencies
2833
- python 2.7+
29-
- lighthouse installed
34+
- node package lighthouse installed
3035

3136
## Changes
3237
[You can find all changes in CHANGELOG!](CHANGELOG.md)

0 commit comments

Comments
 (0)