README: fix git instructions, show 'master' info

This commit is contained in:
Thomas Gelf 2018-11-21 22:04:13 +01:00
parent 4053b8454c
commit 03e2042034
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,5 +1,5 @@
Name: React Bundle
Version: v0.4.1
Version: master
Description: ReactPHP-based 3rd party libraries
This repository is an attempt to ship 3rd party libraries that might be useful
for asynchronous PHP-based Icinga Web 2 modules. Please download the latest