diff --git a/Updating.md b/Updating.md new file mode 100644 index 0000000..17370f5 --- /dev/null +++ b/Updating.md @@ -0,0 +1,7 @@ +Updating your instance is easy. If you've followed the steps in [Deployment](https://github.com/httpjamesm/AnonymousOverflow/wiki/Deployment), the steps below should work for your instance. + +1. Navigate to the directory AnonymousOverflow lives in. +2. Run `git pull` to get the latest source code. +3. Run `docker compose up -d --build` to re-compile AnonymousOverflow. + +That's it! Thanks for staying on top of the updates. \ No newline at end of file