From 286cc27070c3cb4d22f118a2014a642a19af61a1 Mon Sep 17 00:00:00 2001 From: AnsibleGuy Date: Thu, 12 Jan 2023 16:04:12 +0100 Subject: [PATCH] added setup-note to readme --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b074d2a..190650a 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,17 @@ Read into the [official documentation](https://zoneminder.readthedocs.io/en/stab **Tested:** * Debian 11 +## Install + +```bash +ansible-galaxy install ansibleguy.sw_zoneminder + +# or to custom role-path +ansible-galaxy install ansibleguy.sw_zoneminder --roles-path ./roles + +# install dependencies +ansible-galaxy install -r requirements.yml +``` ## Functionality @@ -50,13 +61,6 @@ Read into the [official documentation](https://zoneminder.readthedocs.io/en/stab * **Warning:** You should AT LEAST [set a login password after the installation finished](https://zoneminder.readthedocs.io/en/stable/userguide/gettingstarted.html#enabling-authentication). -## Setup -For this role to work - you must install its dependencies first: - -``` -ansible-galaxy install -r requirements.yml -``` - ## Usage ### Config