diff --git a/README.md b/README.md index 848013d..1338ac3 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,12 @@ Look for any of these in the app's docs: ## First-run setup ```bash +# 0) Clone the repo onto the server (auth stack -- separate from the +# Frigate stack which lives on the `main` branch). +git clone -b authelia https://github.com/outis1one/frigate_w_audio.git \ + ~/docker/authelia +cd ~/docker/authelia + # 1) Create the external docker network (Caddy must also be on this). docker network create caddy_net 2>/dev/null || true