diff --git a/README.md b/README.md index 21aa2f0..225a96c 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,22 @@ yarn start ``` 4. Copy your server's IP and port into CrewLink settings. Make sure everyone in your lobby is using the same server. +### Updating + +1. Navigate to the directory containing the CrewLink server. +```sh +cd crewlink-server +``` +2. Run the update command: +```sh +git pull +``` +3. Ensure NPM packages are up-to-date. +```sh +yarn install +``` +4. Restart the server (if running). + ## Contributing