Destroyed Updating from source (markdown)

Michael Green
2024-01-25 11:56:53 +11:00
parent baa51ee84a
commit d240ea3c84

@@ -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 <branch or tag name>```
4. Run steps 12 and 13 from the above Build guide