diff --git a/README.md b/README.md index ea0e1bd..9e28fc0 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,18 @@ This repository helps you to set up a local Mobilizon and a local WordPress inst ## Step by Step Guide -### 1. Requirements +### 0. Requirements - `make` - `docker` and `docker-compose` - `mkcert` to handle locally trusted SSL certificates. - Currently we only support Debian and Arch based linux distributions. -### 2. Clone Mobilizon source +### 1. Fetch the repository +```bash +git clone https://code.event-federation.eu/Event-Federation/docker.git docker && cd docker +``` + +### 2. Clone Mobilizon source relative to this repo ```bash git clone https://framagit.org/framasoft/mobilizon.git mobilizon/mobilizon ```