Просмотр исходного кода

Separate install and start steps

Kevin Sawicki 9 лет назад
Родитель
Сommit
af3f71dda3
1 измененных файлов с 4 добавлено и 2 удалено
  1. 4 2
      README.md

+ 4 - 2
README.md

@@ -23,8 +23,10 @@ To clone and run this repository you'll need [Git](https://git-scm.com) and [Nod
 git clone https://github.com/electron/electron-quick-start
 git clone https://github.com/electron/electron-quick-start
 # Go into the repository
 # Go into the repository
 cd electron-quick-start
 cd electron-quick-start
-# Install dependencies and run the app
-npm install && npm start
+# Install dependencies
+npm install
+# Run the app
+npm start
 ```
 ```
 
 
 Learn more about Electron and its API in the [documentation](http://electron.atom.io/docs/latest).
 Learn more about Electron and its API in the [documentation](http://electron.atom.io/docs/latest).