README: fix git instructions, show 'master' info
This commit is contained in:
parent
4053b8454c
commit
03e2042034
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue