Update missing "pools.json" -> "pools-v2.json"

This commit is contained in:
nymkappa
2023-02-26 13:54:43 +09:00
parent c1755eff47
commit 90bc1bc28e
6 changed files with 8 additions and 8 deletions

View File

@@ -160,7 +160,7 @@ npm install -g ts-node nodemon
Then, run the watcher:
```
nodemon src/index.ts --ignore cache/ --ignore pools.json
nodemon src/index.ts --ignore cache/
```
`nodemon` should be in npm's global binary folder. If needed, you can determine where that is with `npm -g bin`.