From 2c6cf12d2c24cefab3f26ef5596cf438ea152c6a Mon Sep 17 00:00:00 2001 From: Morgan Marshall Date: Sat, 19 Oct 2024 13:23:37 -0400 Subject: [PATCH] Update README.md (#3379) Update instructions --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c4b5d9fda..ce4e815f7 100644 --- a/README.md +++ b/README.md @@ -41,12 +41,12 @@ Download and Install [NodeJS](https://nodejs.org/en/download) >= 18.15.0 ## 🐳 Docker ### Docker Compose - -1. Go to `docker` folder at the root of the project -2. Copy `.env.example` file, paste it into the same location, and rename to `.env` -3. `docker compose up -d` -4. Open [http://localhost:3000](http://localhost:3000) -5. You can bring the containers down by `docker compose stop` +1. Clone the Flowise project +2. Go to `docker` folder at the root of the project +3. Copy `.env.example` file, paste it into the same location, and rename to `.env` +4. `docker compose up -d` +5. Open [http://localhost:3000](http://localhost:3000) +6. You can bring the containers down by `docker compose stop` ### Docker Image