Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Update README.md #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down