screeps-clockwork 0.6.0 → 0.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -93,6 +93,7 @@ To set up the local Screeps server, you'll need to have docker installed:
93
93
 
94
94
  ```bash
95
95
  cp .env.sample .env # fill this out with the path to your Screeps .nw package and Steam key
96
+ cp screeps.sample.json screeps.json # optionally, override this to connect to your own local Screeps server
96
97
  ./reset-docker.sh
97
98
  ```
98
99