From 97efa8e54c9d8e63d9915ed7a59b1560f3c5f5c2 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 17 Jul 2020 17:13:06 +0100 Subject: [PATCH] Changelog: add update template text --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1810cca..5423414 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,3 +8,29 @@ It's about time I started a changelog! This will serve from now on as the master - Make timings more accurate (use `minetest.get_us_time()` instead of `os.clock()`) - Add _experimental_ `//subdivide` command - Attempt to fix a crash on startup due to a dependency issue + + + +## Release text template +The text below is used as a template when making releases. + +-------- + +INTRO + +See below for instructions on how to update. + +CHANGELOG HERE + + +## Updating +Updating depends on how you installed WorldEditAdditions. + + - UI in Minetest: There should be an update button for you to click in the mod menu + - ContentDB: Download the latest update from [here](https://content.minetest.net/packages/Starbeamrainbowlabs/worldeditadditions/) + - Git: `cd` to the WorldEditAdditions directory and run `git pull` + +After installing the update, don't forget to restart your client and / or server. + + +--------