Skip to content

Commit

Permalink
Separate install and start steps
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Oct 31, 2016
1 parent 0af284c commit af3f71d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
# Go into the repository
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).
Expand Down

0 comments on commit af3f71d

Please sign in to comment.