Skip to content

Commit

Permalink
Merge pull request #2 from ags131/patch-1
Browse files Browse the repository at this point in the history
Updated README
  • Loading branch information
tedivm authored Nov 3, 2016
2 parents 567645c + f5d293c commit e2ba87c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ vagrant up
2. Copy settings file - `cp .screeps_settings.dist.yaml .settings.yaml`
3. Edit settings with the appropriate API keys.
4. Build your docker image- `docker build -t screepsnotify .`
5. Test to make sure it works- `docker run screepsnotify`
6. Add a cronjob to call `docker run screepsnotify` as often as you wish.
5. Test to make sure it works- `docker run --rm screepsnotify`
6. Add a cronjob to call `docker run --rm screepsnotify` as often as you wish.


### Self Hosting
Expand Down

0 comments on commit e2ba87c

Please sign in to comment.