diff --git a/doc/02-Installation.md b/doc/02-Installation.md index bb6b61f4..fc64a796 100644 --- a/doc/02-Installation.md +++ b/doc/02-Installation.md @@ -96,7 +96,7 @@ and extract it to a folder named `director` in one of your Icinga Web 2 module p You might want to use a script as follows for this task: ```shell -MODULE_VERSION="1.10.0" +MODULE_VERSION="1.10.1" ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules" REPO_URL="https://github.com/icinga/icingaweb2-module-director" TARGET_DIR="${ICINGAWEB_MODULEPATH}/director" @@ -123,7 +123,7 @@ Just clone the repository to one of your Icinga Web 2 module path directories. It will be immediately ready for use: ```shell -MODULE_VERSION="1.10.0" +MODULE_VERSION="1.10.1" ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules" REPO_URL="https://github.com/icinga/icingaweb2-module-director" TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"