Update doc (#772)
* add missing dependencies for linux * update node version
This commit is contained in:
parent
2ecbd09c2b
commit
30313a518b
1 changed files with 4 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
## <a id="dependencies"></a>Dependencies
|
## <a id="dependencies"></a>Dependencies
|
||||||
|
|
||||||
- node 12
|
- node 14
|
||||||
- yarn
|
- yarn
|
||||||
- jq
|
- jq
|
||||||
|
|
||||||
|
@ -22,6 +22,8 @@
|
||||||
- libsecret-1-dev
|
- libsecret-1-dev
|
||||||
- fakeroot
|
- fakeroot
|
||||||
- rpm
|
- rpm
|
||||||
|
- rpmbuild
|
||||||
|
- dpkg
|
||||||
|
|
||||||
### <a id="dependencies-macos"></a>MacOS
|
### <a id="dependencies-macos"></a>MacOS
|
||||||
|
|
||||||
|
@ -50,7 +52,7 @@ docker run -ti --volume=<local vscodium source>:/root/vscodium --name=vscodium-b
|
||||||
|
|
||||||
When inside the container, you can use the following commands to build:
|
When inside the container, you can use the following commands to build:
|
||||||
```
|
```
|
||||||
curl -fsSL https://deb.nodesource.com/setup_12.x | sudo -E bash -
|
curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -
|
||||||
sudo apt-get install -y nodejs
|
sudo apt-get install -y nodejs
|
||||||
|
|
||||||
npm install -g yarn
|
npm install -g yarn
|
||||||
|
|
Loading…
Reference in a new issue