File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ yarn --production
51
51
node .
52
52
```
53
53
54
- Now you can build the packages with:
54
+ Now you can build release packages with:
55
55
56
56
```
57
57
yarn release:standalone
58
+ # The standalone release is in ./release-standalone
58
59
yarn test:standalone-release
59
60
yarn package
60
- # The standalone release is in ./release-standalone
61
61
# .deb, .rpm and the standalone archive are in ./release-packages
62
62
```
63
63
Original file line number Diff line number Diff line change @@ -70,8 +70,9 @@ commands presented in the rest of this document.
70
70
- If Homebrew is not installed it will install the latest standalone release into ` ~/.local ` .
71
71
- Add ` ~/.local/bin ` to your ` $PATH ` to run code-server.
72
72
73
- - If ran on an architecture with no releases, it will install the npm package with ` yarn ` or ` npm ` .
73
+ - If ran on an architecture with no releases, it will install the [ npm package] ( #yarn-npm ) with ` yarn ` or ` npm ` .
74
74
- We only have releases for amd64 and arm64 presently.
75
+ - The [ npm package] ( #yarn-npm ) builds the native modules on postinstall.
75
76
76
77
## Debian, Ubuntu
77
78
Original file line number Diff line number Diff line change 51
51
- If ran on an architecture with no releases, it will install the
52
52
npm package with yarn or npm.
53
53
- We only have releases for amd64 and arm64 presently.
54
+ - The npm package builds the native modules on postinstall.
54
55
55
56
It will cache all downloaded assets into ~/.cache/code-server
56
57
You can’t perform that action at this time.
0 commit comments