From 1fc517fdb26244542f7994cbc0bac2e28d7a0c36 Mon Sep 17 00:00:00 2001 From: KarateSnoopy Date: Fri, 27 Jul 2018 00:31:28 -0700 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 00272ab..7753768 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,16 @@ # Installation 1. `npm install screepsmod-tickrate` in your mods folder. -2. Thats it! +2. Edit your mods.json file to point to index.js such as: + +``` + "mods": [ + "node_modules\\screepsmod-tickrate\\index.js", + ], +``` + +3. Note due to https://github.com/screeps/screeps/issues/66, you will likely need to install my other mod https://github.com/ScreepsMods/screepsmod-mongo to increase the performance of the private server DB. + # Usage 1. Open the screeps server CLI