diff --git a/README.md b/README.md index 271ad9d..2695040 100644 --- a/README.md +++ b/README.md @@ -117,10 +117,14 @@ All requests enter through **Apache on port 443** (HTTPS) and are processed as f 2. **Initialize Keycloak configuration:** ```bash - ./setup-keycloak.sh + ./keycloak-setup.sh ``` - -3. **Update your `/etc/hosts` file:** +3. **Seed Database:** + ```bash + ./seed-database.sh + ``` + +4. **Update your `/etc/hosts` file:** ``` 127.0.0.1 api.local auth.local