mirror of
https://github.com/Icinga/icinga-php-library.git
synced 2025-07-03 03:44:29 +02:00
README: fix git instructions, show 'master' info
This commit is contained in:
parent
d1ab927b1d
commit
e4f0b6aea0
@ -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
|
||||
```
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user