Skip to content

Commit de408ad

Browse files
johanneslumpebrendankenny
authored andcommitted
readme: update example using deprecated LIGHTHOUSE_CHROMIUM_PATH (#2929)
1 parent a45ece8 commit de408ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chrome-launcher/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ install:
122122
- yarn install
123123
before_script:
124124
- export DISPLAY=:99.0
125-
- export LIGHTHOUSE_CHROMIUM_PATH="$(pwd)/chrome-linux/chrome"
125+
- export CHROME_PATH="$(pwd)/chrome-linux/chrome"
126126
- sh -e /etc/init.d/xvfb start
127127
- curl -L https://raw.githubusercontent.com/GoogleChrome/lighthouse/v2.1.0/lighthouse-core/scripts/download-chrome.sh | bash
128128
```

0 commit comments

Comments
 (0)