Skip to content

Commit

Permalink
Update README.md to include current pinnedPackages (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalgen432 authored Sep 13, 2023
1 parent e62f1a4 commit c70064c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ that does a step-by-step setup including mongo, redis, and auto start.
4. Create config.yml (All fields are optional! You can pass STEAM_KEY as an environment variable)
```yaml
steamKey: keyFromStep3
# Sometimes dependencies change in ways that break screeps-launcher or the builds it does. To work around those issues, some package versions need to be pinned. See the current list in the README at https://github.com/screepers/screeps-launcher/ or the specific issue tracking pinned packages: https://github.com/screepers/screeps-launcher/issues/34
pinnedPackages:
ssri: 8.0.1
cacache: 16.1.3
passport-steam: 1.0.17
minipass-fetch: 3.0.3
mods: # Recommended mods
- screepsmod-auth
- screepsmod-admin-utils
Expand Down

0 comments on commit c70064c

Please sign in to comment.