From 5e8074ea0163bbe6bf777291e26af4b37fe7c331 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Fri, 17 Jan 2025 23:59:25 -0300 Subject: [PATCH] fix(readme): wrong comment about running app --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5612d95..ebe8914 100644 --- a/README.md +++ b/README.md @@ -57,10 +57,10 @@ To run this application, you'll need [Docker](https://docs.docker.com/engine/ins From your command line: ```bash -# Clone this repository +# Create a folder for WYGIWYH (optional) $ mkdir WYGIWYH -# Go into the repository +# Go into the folder $ cd WYGIWYH $ touch docker-compose.yml