From 104f6aeda962f346177fb1028a2b7da635eadc0a Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Mon, 3 Dec 2018 21:33:55 -0700 Subject: [PATCH] Dur --- docs/admin/updating.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/admin/updating.md b/docs/admin/updating.md index a6199ba5..310b6313 100644 --- a/docs/admin/updating.md +++ b/docs/admin/updating.md @@ -11,7 +11,10 @@ In general the steps are as follows: 2. `git pull` 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. +5. If there are updates to the `art/themes/luciano_blocktronics/theme.hjson` file and you have a custom theme, you may want 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. +Remember to also keep an eye on [WHATSNEW](/WHATSNEW.md) and [UPGARDE](/UPGRADE.md)! + +