diff --git a/Updating-from-source.md b/Updating-from-source.md deleted file mode 100644 index ab38f17..0000000 --- a/Updating-from-source.md +++ /dev/null @@ -1,8 +0,0 @@ -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