Add changes to readme discussed in issue #79

This commit is contained in:
joeyak 2019-04-02 08:41:18 -04:00
parent 24ba706827
commit 157b0d2245
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ To just download and run:
```bash
$ go get -u -v github.com/zorchenhimer/MovieNight
$ cd $GOROOT/src/zorchenhimer/MovieNight
$ make
$ cp settings_example.json settings.json
$ MovieNight -l :8089 -k longSecurityKey
```