diff --git a/readme.md b/readme.md index ead4069a2e56..2c3b1c66e8b9 100644 --- a/readme.md +++ b/readme.md @@ -230,9 +230,10 @@ yarn build-all ```sh node lighthouse-cli http://example.com +# append --chrome-flags="--no-sandbox --headless --disable-gpu" if you run into problems connecting to Chrome ``` -> **Getting started tip**: `node --inspect --debug-brk lighthouse-cli http://example.com` to open up Chrome DevTools and step +> **Getting started tip**: `node --inspect-brk lighthouse-cli http://example.com` to open up Chrome DevTools and step through the entire app. See [Debugging Node.js with Chrome DevTools](https://medium.com/@paul_irish/debugging-node-js-nightlies-with-chrome-devtools-7c4a1b95ae27#.59rma3ukm) for more info.