From 53398c8c5b3ce1f3ff9eb53eaf291dc3a978f15e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A1dio=20Paralelo?= Date: Fri, 6 Mar 2026 18:34:55 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f22f8be..11691ee 100644 --- a/README.md +++ b/README.md @@ -58,16 +58,17 @@ indymedia/indymedia-wordpress – Core IndyMedia functionality. 1. **Clone the repository** git clone https://github.com/RadioParalelo/indy-wp.git indymedia-wp + cd indymedia-wp -2. **Build the Docker image** +3. **Build the Docker image** docker build -t indymedia:test . -3. **Start the container** +4. **Start the container** docker compose up --build -d