Only require unsafe-perm if you are root

Remove it from the docs, as the error message should be sufficient and
it seems weird to recommend unsafe-perm by default.
This commit is contained in:
Asher
2024-04-16 10:46:25 -08:00
parent b8d830b826
commit 323a1f3234
4 changed files with 32 additions and 17 deletions

View File

@@ -18,7 +18,7 @@ nvm install 18
nvm use 18
```
8. Install code-server globally on device with: `npm install --global code-server --unsafe-perm`
8. Install code-server globally on device with: `npm install --global code-server`
9. Run code-server with `code-server`
10. Access on localhost:8080 in your browser