README: fix git instructions, show 'master' info

This commit is contained in:
Thomas Gelf 2018-11-21 22:03:53 +01:00
parent d1ab927b1d
commit e4f0b6aea0
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ REPO="https://github.com/Icinga/icingaweb2-module-ipl" \
&& MODULES_PATH="/usr/share/icingaweb2/modules" \
&& MODULE_VERSION=0.1.1 \
&& mkdir -p "$MODULES_PATH" \
&& git clone ${REPO} "${MODULES_PATH}/ipl"
&& git clone ${REPO} "${MODULES_PATH}/ipl" --branch v${MODULE_VERSION}
icingacli module enable ipl
```

View File

@ -1,5 +1,5 @@
Name: IPL Bundle
Version: v0.1.1
Version: master
Description: The Icinga PHP library
This repository ships libraries useful for Icinga Web 2 modules. Please download
the latest release and install it like any other module.