We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8bb54c1 + a7ba17c commit f9f19a6Copy full SHA for f9f19a6
1 file changed
README.md
@@ -5,6 +5,6 @@ WFMS Backend built using Python Django.
5
## Getting Started
6
7
1. Open your terminal and clone the project using `git clone `. Navigate to the project directory ` cd ./wf-engine-api `.
8
-1. Create a .env file by copying the `.sample.env` file using `cp .sample.env .env`.
9
-1. Edit the enviroment variables accordingly.
10
-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 `.
0 commit comments