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.
1 parent 7a2a5eb commit 282f74dCopy full SHA for 282f74d
docs/android.md
@@ -14,8 +14,8 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
14
7. Install and use Node.js 22:
15
16
```shell
17
-nvm install 18
18
-nvm use 18
+nvm install 22
+nvm use 22
19
```
20
21
8. Install code-server globally on device with: `npm install --global code-server`
0 commit comments