File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -33,18 +33,19 @@ systemctl --user enable --now code-server
33
33
# Now visit http://127.0.0.1:8080. Your password is in ~/.config/code-server/config.yaml
34
34
```
35
35
36
- ### npm
36
+ ### yarn, npm
37
37
38
- We recommend installing from ` npm ` if we don't have a precompiled release for your machine's
38
+ We recommend installing with ` yarn ` or ` npm ` if we don't have a precompiled release for your machine's
39
39
platform or architecture or your glibc < v2.19.
40
40
41
- ** note:** Installing via ` npm ` builds native modules on install and so requires C dependencies.
41
+ ** note:** Installing via ` yarn ` or ` npm ` builds native modules on install and so requires C dependencies.
42
42
See [ ./doc/npm.md] ( ./doc/npm.md ) for installing these dependencies.
43
43
44
44
You will need at least node v12 installed. See [ #1633 ] ( https://github.com/cdr/code-server/issues/1633 ) .
45
45
46
46
``` bash
47
- npm install -g code-server
47
+ yarn global add code-server
48
+ # Or: npm install -g code-server
48
49
code-server
49
50
# Now visit http://127.0.0.1:8080. Your password is in ~/.config/code-server/config.yaml
50
51
```
You can’t perform that action at this time.
0 commit comments