diff --git a/README.md b/README.md index 8b4d69e..75a7eac 100644 --- a/README.md +++ b/README.md @@ -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