diff --git a/README.md b/README.md index f118a2d..40639d4 100644 --- a/README.md +++ b/README.md @@ -48,19 +48,12 @@ This README provides instructions for setting up and using a Docker-based develo cd ``` -2. Create the necessary directories: - ``` - mkdir -p apache/vhosts projects ssl - ``` - -3. Copy the provided Dockerfiles and configuration files into their respective directories. - -4. Build and start the Docker environment: +3. Build and start the Docker environment: ``` docker-compose up -d ``` -5. Ensure your local machine's hosts file points `*.test` to `127.0.0.1`. +4. Ensure your local machine's hosts file points `*.test` to `127.0.0.1`. ## Managing Projects