From 4ddf79087ccbc47d7a0e69a295c8b6e1a4166f6b Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Thu, 14 May 2020 21:28:28 -0600 Subject: [PATCH] Update to ugprade docs --- docs/admin/updating.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/admin/updating.md b/docs/admin/updating.md index 235737b7..ee396b4b 100644 --- a/docs/admin/updating.md +++ b/docs/admin/updating.md @@ -3,18 +3,18 @@ layout: page title: Updating --- ## Updating your Installation -Updating ENiGMA½ can be a bit of a learning curve compared to other systems. Especially when running off of a development branch (such as `0.0.9-alpha` being the recommended branch as of this writing), you'll want frequent updates. +Updating ENiGMA½ can be a bit of a learning curve compared to other systems.Especially when running from Git cloned source, you'll want frequent updates. ## Steps In general the steps are as follows: 1. `cd /path/to/enigma-bbs` 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. +4. Merge updates to `config/menu_template.hjson` to your `config/yourbbsname-menu.hjson` file (or simply use the template as a reference to spot any newly added default menus that you may wish to have on your system 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 [UPGRADE](/UPGRADE.md)! +:information_source: Remember to also keep an eye on [WHATSNEW](/WHATSNEW.md) and [UPGRADE](/UPGRADE.md)!