diff --git a/README.md b/README.md index e508592149..8bf341c025 100644 --- a/README.md +++ b/README.md @@ -39,14 +39,14 @@ Our minimalist "Harmony" theme gets you going right away, no coding experience r NodeBB requires the following software to be installed: -* A version of Node.js at least 20 or greater ([installation/upgrade instructions](https://github.com/nodesource/distributions)) +* A version of Node.js at least 22 or greater ([installation/upgrade instructions](https://github.com/nodesource/distributions)) * MongoDB, version 5 or greater **or** Redis, version 7.2 or greater * If you are using [clustering](https://docs.nodebb.org/configuring/scaling/) you need Redis installed and configured. * nginx, version 1.3.13 or greater (**only if** intending to use nginx to proxy requests to a NodeBB) * (Optional) [Docker](https://docs.docker.com/get-docker/) for container-based setup > Installation steps vary by operating system. Please follow the official documentation links above. - + ## Installation [Please refer to platform-specific installation documentation](https://docs.nodebb.org/installing/os). @@ -68,9 +68,9 @@ This approach helps you understand how NodeBB works internally. 3. Start the application ```` ./nodebb start ```` **During setup, you will configure:** - - Database (MongoDB / Redis) - - Admin account - - Port (default: 4567) + - Database (MongoDB / Redis) + - Admin account + - Port (default: 4567) ### Option 2: Docker Setup (Quick & Isolated)