Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1. Navigate to the directory containing the CrewLink server.
1. Navigate to the directory containing the CrewLink-server codebase.

```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).

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Command(s) to run for this?


<!-- CONTRIBUTING -->
## Contributing

Expand Down