1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00

Update Node version in install.md (#753)

This commit is contained in:
Даниил Пронин 2020-02-09 10:02:46 +10:00 committed by GitHub
parent 5888c426ac
commit 9858688afe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ Make sure curl is installed first:
#### Node.js {#node-js}
```bash
curl -sL https://deb.nodesource.com/setup_8.x | bash -
curl -sL https://deb.nodesource.com/setup_10.x | bash -
```
#### Yarn {#yarn}