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