Minor fix for develop setup doc (#1494)

This commit is contained in:
Artem Denysov 2017-01-19 19:28:30 +02:00 коммит произвёл Eric Bidelman
Родитель 3c8f57cfc1
Коммит 71dfc038b8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -51,7 +51,7 @@ git clone https://github.com/GoogleChrome/lighthouse
cd lighthouse
npm install
npm install-all
npm run install-all
# The CLI is authored in TypeScript and requires compilation.
# If you need to make changes to the CLI, run the TS compiler in watch mode: