Update install.md
Follow this issue to fix corepack not found https://github.com/mastodon/documentation/issues/1032
This commit is contained in:
parent
31f8c3f327
commit
0da106793b
|
@ -26,7 +26,8 @@ apt install -y curl wget gnupg apt-transport-https lsb-release ca-certificates
|
||||||
#### Node.js {#node-js}
|
#### Node.js {#node-js}
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -sL https://deb.nodesource.com/setup_16.x | bash -
|
curl -sL https://deb.nodesource.com/setup_lts.x | bash -
|
||||||
|
apt install -y nodejs build-essential gcc g++ make
|
||||||
```
|
```
|
||||||
|
|
||||||
#### PostgreSQL {#postgresql}
|
#### PostgreSQL {#postgresql}
|
||||||
|
|
Loading…
Reference in New Issue