From 6cdefed757ade8bac0cf989301fde1ebb104ecef Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Wed, 21 Aug 2019 17:39:53 +0200 Subject: [PATCH] chg: [doc] .env update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1167e18..1b539b6 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,10 @@ Included is an optional Docker Compose file 'docker-compose-nginx.yml' to spin u ``` $ git clone https://github.com/MISP/misp-docker $ cd misp-docker +# Copy template.env to .env (on the root directory) and edit the environment variables at .env file +$ cp template.env .env +$ vi .env ``` -## Fix your environment -Copy template.env to .env (on the root directory) and edit the environment variables at .env file - ## Build the containers ```