fix(readme): wrong comment about running app

This commit is contained in:
Herculino Trotta
2025-01-17 23:59:25 -03:00
parent b025ab7d24
commit 5e8074ea01
+2 -2
View File
@@ -57,10 +57,10 @@ To run this application, you'll need [Docker](https://docs.docker.com/engine/ins
From your command line: From your command line:
```bash ```bash
# Clone this repository # Create a folder for WYGIWYH (optional)
$ mkdir WYGIWYH $ mkdir WYGIWYH
# Go into the repository # Go into the folder
$ cd WYGIWYH $ cd WYGIWYH
$ touch docker-compose.yml $ touch docker-compose.yml