diff --git a/README.md b/README.md index c4e159534b..8f9f19a4aa 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,9 @@ Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart spreadshe There are different ways to start using NocoDB. You can either signup on NocoDB Cloud or self-host it. The self-hosting can be done using Docker, Docker Compose, Binaries, or using the script. -## Easy Installation +## One-Click Install -This script installs NocoDB with PostgreSQL, Redis, and Minio for a complete setup in a docker environment. +This script installs NocoDB with PostgreSQL, Redis, and Minio (for file storage) using Docker Compose. ```bash bash <(curl -sSL http://install.nocodb.com/noco.sh) <(mktemp) ```` @@ -119,7 +119,7 @@ Access Dashboard using: [http://localhost:8080/dashboard](http://localhost:8080/ - [Quick try](#quick-try) - [Installation](#installation) - - [Easy Installation](#easy-installation) + - [One-Click Install](#one-click-install) - [Binaries](#binaries) - [Docker](#docker) - [Docker Compose](#docker-compose)