List updated min requirement

This commit is contained in:
rijkvanzanten
2021-03-04 14:14:31 -05:00
parent 490870858c
commit fb5c9068bc
4 changed files with 16 additions and 10 deletions

View File

@@ -50,8 +50,7 @@ Directus is a simple solution for complex problems, with a data-first approach g
limitations.
- **Extensible** — Every aspect of the platform is modular, allowing you to adapt, customize, and infinitely extend the
Core engine.
- **Unopinionated** — Choose your stack (node or PHP), database (all SQL vendors), API (REST or GraphQL), and infra
(self-hosted or Cloud).
- **Unopinionated** — Choose your database (all SQL vendors), API (REST or GraphQL), and infra (self-hosted or Cloud).
## The Directus Ecosystem
@@ -121,7 +120,8 @@ For the latest product info and sneak-peeks, be sure to follow us on [Twitter](h
### Videos
Our [YouTube Channel](https://www.youtube.com/c/DirectusVideos) has video tutorials, release updates, feature overviews, and more.
Our [YouTube Channel](https://www.youtube.com/c/DirectusVideos) has video tutorials, release updates, feature overviews,
and more.
### Community

View File

@@ -5,8 +5,8 @@
## 1. Installation
Make sure you have the latest LTS version of [Node.js](https://nodejs.dev) installed, and have a running database ready
to connect to.
Make sure you have the latest LTS version or newer of [Node.js](https://nodejs.dev) installed, and have a running
database ready to connect to.
Run the following command in your terminal and follow the prompts.