From 367ec18664e64e84359618b9a5a4ca9ecbd0e458 Mon Sep 17 00:00:00 2001 From: Michael Green <84688932+michael-j-green@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:24:07 +1100 Subject: [PATCH] Created Updating from source (markdown) --- Updating-from-source.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Updating-from-source.md diff --git a/Updating-from-source.md b/Updating-from-source.md new file mode 100644 index 0000000..ab38f17 --- /dev/null +++ b/Updating-from-source.md @@ -0,0 +1,8 @@ +1. Stop the server +2. Switch to the source directory +3. Update your repo: + * If running from the main branch, run ```git pull``` to update the repo + * If running from another branch or tag, run: + * ```git fetch``` + * ```git checkout ``` +4. Run steps 12 and 13 from the above Build guide \ No newline at end of file