From c3c6f4894d2f756665eff64c5848797afb7784e1 Mon Sep 17 00:00:00 2001 From: Henry Heng Date: Thu, 31 Oct 2024 14:14:52 +0000 Subject: [PATCH] Bugfix/Updated Readme (#3434) updated Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f96ca756e92..e70adea0027 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Download and Install [NodeJS](https://nodejs.org/en/download) >= 18.15.0 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` +3. Copy `.env.example` file, paste it into the same location, and rename to `.env` file 4. `docker compose up -d` 5. Open [http://localhost:3000](http://localhost:3000) 6. You can bring the containers down by `docker compose stop`