Refresh README.md, add module.info

This commit is contained in:
Thomas Gelf 2018-05-10 23:58:16 +02:00
parent 1c574c6274
commit 3d43c8e98f
2 changed files with 8 additions and 2 deletions

View File

@ -8,7 +8,7 @@ release and install it like any other module.
```sh
RELEASES="https://github.com/Icinga/icingaweb2-module-reactbundle/archive" \
&& MODULES_PATH="/usr/share/icingaweb2/modules" \
&& MODULE_VERSION=0.2.0 \
&& MODULE_VERSION=0.3.1 \
&& mkdir "$MODULES_PATH" \
&& wget -q $RELEASES/v${MODULE_VERSION}.tar.gz -O - \
| tar xfz - -C "$MODULES_PATH" --strip-components 1
@ -28,4 +28,4 @@ Create a new release
e.g.
./bin/make-release.sh 0.2.0
./bin/make-release.sh 0.3.1

6
module.info Normal file
View File

@ -0,0 +1,6 @@
Name: React Bundle
Version: v0.3.1
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
release and install it like any other module.