From eecd64c8ef8762113060532cceaefc63e4fc14b1 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Thu, 2 Jul 2020 18:02:45 +0100 Subject: [PATCH] You need 'npm' installed to update coriolis-data And that's where some other files come from: modules.p, ships.p --- docs/Releasing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Releasing.md b/docs/Releasing.md index b5ca826f..f82e98c3 100644 --- a/docs/Releasing.md +++ b/docs/Releasing.md @@ -58,7 +58,7 @@ Pre-Packaging Steps Before you create a new install each time you should: 1. Ensure the data sourced from coriolis.io is up to date and works: - 1. Update the `coriolis-data` repo. + 1. Update the `coriolis-data` repo. **NB: You will need 'npm' installed for this.** 1. Run `coriolis.py` to update `modules.p` and `ships.p` 1. XXX: Test ? 1. Ensure translations are up to date, see [Translations.md](Translations.md).