Skip to content

Commit 0412e70

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents 7b3d92c + 8bca2e0 commit 0412e70

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/server-docs/setup/native.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,17 @@ You can update the server by running
8585

8686
```bash
8787
git pull
88+
pnpm install
8889
```
8990

90-
inside of your gamevault-backend git repository. It will auto update to the latest version.
91+
inside of your gamevault-backend git repository. It will auto update to the latest version and install the latest dependencies.
9192

9293
You can update to a specific version by using:
9394

9495
```bash
9596
git fetch --all --tags --prune
9697
git checkout tags/9.0.0
98+
pnpm install
9799
```
98100

99101
for example.

0 commit comments

Comments
 (0)