From 8be42ef83e4e04ed84d60c3ae19ef21c08c6b8fd Mon Sep 17 00:00:00 2001 From: aradwann Date: Fri, 23 Feb 2024 21:01:00 +0200 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7916d9e..88a26ce 100644 --- a/README.md +++ b/README.md @@ -45,13 +45,13 @@ To contribute to eEnergy, you will need to set up your development environment w - Build the Docker images: ```bash - docker-compose build + docker compose build ``` - Run the containers: ```bash - docker-compose up + docker compose up ``` 4. **Access the Application**