Note on updating modules

This commit is contained in:
Bryan Ashby 2018-12-03 20:18:07 -07:00
parent 929ec7a4ab
commit 66ea15e3aa
1 changed files with 3 additions and 2 deletions

View File

@ -9,8 +9,9 @@ Updating ENiGMA½ can be a bit of a learning curve compared to other systems. Es
In general the steps are as follows:
1. `cd /path/to/enigma-bbs`
2. `git pull`
3. Merge updates to `config/menu_template.hjson` to your `config/yourbbsname-menu.hjson` file.
4. If there are updates to the `art/themes/luciano_blocktronics/theme.hjson` file and you have a custom theme, you way wan to look at them as well.
3. `npm update` or `yarn` to refresh any new or updated modules.
4. Merge updates to `config/menu_template.hjson` to your `config/yourbbsname-menu.hjson` file.
5. If there are updates to the `art/themes/luciano_blocktronics/theme.hjson` file and you have a custom theme, you way wan to look at them as well.
Visual diff tools such as [DiffMerge](https://www.sourcegear.com/diffmerge/downloads.php) (free, works on all major platforms) can be very helpful here.