mirror of
https://github.com/Icinga/icingaweb2-module-reactbundle.git
synced 2025-07-08 22:44:26 +02:00
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" \
|
&& MODULES_PATH="/usr/share/icingaweb2/modules" \
|
||||||
&& MODULE_VERSION=0.4.1 \
|
&& MODULE_VERSION=0.4.1 \
|
||||||
&& mkdir -p "$MODULES_PATH" \
|
&& mkdir -p "$MODULES_PATH" \
|
||||||
&& git clone ${REPO} "${MODULES_PATH}/reactbundle"
|
&& git clone ${REPO} "${MODULES_PATH}/reactbundle" --branch v${MODULE_VERSION}
|
||||||
icingacli module enable reactbundle
|
icingacli module enable reactbundle
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: React Bundle
|
Name: React Bundle
|
||||||
Version: v0.4.1
|
Version: master
|
||||||
Description: ReactPHP-based 3rd party libraries
|
Description: ReactPHP-based 3rd party libraries
|
||||||
This repository is an attempt to ship 3rd party libraries that might be useful
|
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
|
for asynchronous PHP-based Icinga Web 2 modules. Please download the latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user