We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b3d92c + 8bca2e0 commit 0412e70Copy full SHA for 0412e70
1 file changed
docs/server-docs/setup/native.md
@@ -85,15 +85,17 @@ You can update the server by running
85
86
```bash
87
git pull
88
+pnpm install
89
```
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.
92
93
You can update to a specific version by using:
94
95
96
git fetch --all --tags --prune
97
git checkout tags/9.0.0
98
99
100
101
for example.
0 commit comments