make it clear that you install in the app dir

I got confused from the instructions, I think similarly to #147.
This commit is contained in:
Jared Henderson 2019-09-30 11:05:40 -04:00 committed by GitHub
parent 56086b01dd
commit 7a1f6b38a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ Just keep in mind that there is no intention to ensure compatability with Node <
# Instructions
To install:
1. Clone to a location somewhere and `npm install --production`. If you want to develop and rebuild javascript and other files utilize `npm install` instead.
1. Clone to a location somewhere and then `cd app` and `npm install --production`. If you want to develop and rebuild javascript and other files utilize `npm install` instead.
2. If desired, edit config.json to change the listener to your liking. There are also some default options which may be definied for a few of the variables.