Reorder confusing documentation for dev

https://github.com/jiahaog/nativefier/issues/290
https://github.com/jiahaog/nativefier/issues/286
This commit is contained in:
Pierre-Yves 2017-02-12 10:38:39 -05:00 committed by Jia Hao
parent ef45732142
commit 5f848a57da
1 changed files with 6 additions and 6 deletions

View File

@ -21,6 +21,12 @@ $ cd app
$ npm install
```
Don't forget to compile source files:
```bash
$ npm run build
```
You can set up symlinks so that you can run `$ nativefier` for your local changes
```bash
@ -33,12 +39,6 @@ After doing so, you can then run Nativefier with your test parameters
$ nativefier <...>
```
Don't forget to compile source files (after making changes):
```bash
$ npm run build
```
Or you can automatically watch the files for changes with:
```bash