1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-08 19:32:30 +01:00

Update docs/setup/server/updating.md

Co-authored-by: Puyodead1 <puyodead@proton.me>
This commit is contained in:
Madeline 2023-01-06 13:46:09 +11:00 committed by GitHub
parent d2e6d2d1ca
commit d076a02709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
If you had followed the [setup guide](index.md), you'll have installed Fosscord using [Git](https://git-scm.com/).
Thus, you can update the server by running `git pull`.
Thus, you can update the server by running `git pull` in the `fosscord-server` directory.
If you had made any changes locally, you may run into merge conflicts,
where the Fosscord team has made changes to the same code you changed. If it's not important to you, you can simply run `git reset --hard HEAD`