From a7ba17c968085cce01fb7bf430bb7c9d0efa5fac Mon Sep 17 00:00:00 2001 From: Robert Ohuru Date: Wed, 18 Jun 2025 18:29:28 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4a67409..c4993f0 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,6 @@ WFMS Backend built using Python Django. ## Getting Started 1. Open your terminal and clone the project using `git clone `. Navigate to the project directory ` cd ./wf-engine-api `. -1. Create a .env file by copying the `.sample.env` file using `cp .sample.env .env`. -1. Edit the enviroment variables accordingly. -1. Start up the docker with ` docker compose up -d --build `. +2. Create a .env file by copying the `.sample.env` file using `cp .sample.env .env`. +3. Edit the enviroment variables accordingly. +4. Start up the docker with ` docker compose up -d --build `.