diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2021-05-16 23:09:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-16 23:09:12 +0200 |
commit | e92f312aab1731d62503165800d012d37ac92b8b (patch) | |
tree | 1d5a59d7d14fc7a6d0c343382f31632a50419431 | |
parent | 52c4e17f7e17d44f1ccdd268f6b8d88f812ff750 (diff) |
Change Node.js requirement in README (#16246)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 94d0d2b71..3e0c4e97e 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Mastodon acts as an OAuth2 provider so 3rd party apps can use the REST and Strea - **PostgreSQL** 9.5+ - **Redis** 4+ - **Ruby** 2.5+ -- **Node.js** 10.13+ +- **Node.js** 12+ The repository includes deployment configurations for **Docker and docker-compose**, but also a few specific platforms like **Heroku**, **Scalingo**, and **Nanobox**. The [**stand-alone** installation guide](https://docs.joinmastodon.org/admin/install/) is available in the documentation. |