Update install.md

Follow this issue to fix corepack not found
https://github.com/mastodon/documentation/issues/1032
This commit is contained in:
WhiteBear 2023-08-29 14:34:12 +07:00 committed by GitHub
parent 31f8c3f327
commit 0da106793b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ apt install -y curl wget gnupg apt-transport-https lsb-release ca-certificates
#### Node.js {#node-js}
```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}