Skip to content

Commit

Permalink
README: use v0.2.1 in our examples
Browse files Browse the repository at this point in the history
fixes #2
  • Loading branch information
Thomas-Gelf committed May 2, 2019
1 parent a5f1a45 commit b92832e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ This module ships the new Icinga PHP library. Please download the latest
release and install it like any other module.

> **HINT**: Do NOT install the GIT master, it will not work! Checking out a
> branch like `stable/0.2.0` or a tag like `v0.2.0` is fine.
> branch like `stable/0.2.1` or a tag like `v0.2.1` is fine.
Sample Tarball installation
---------------------------

```sh
MODULE_NAME=ipl
MODULE_VERSION=v0.2.0
MODULE_VERSION=v0.2.1
MODULES_PATH="/usr/share/icingaweb2/modules"
MODULE_PATH="${MODULES_PATH}/${MODULE_NAME}"
RELEASES="https://github.com/Icinga/icingaweb2-module-${MODULE_NAME}/archive"
Expand All @@ -27,7 +27,7 @@ Sample GIT installation

```sh
MODULE_NAME=ipl
MODULE_VERSION=v0.2.0
MODULE_VERSION=v0.2.1
REPO="https://github.com/Icinga/icingaweb2-module-${MODULE_NAME}"
MODULES_PATH="/usr/share/icingaweb2/modules"
git clone ${REPO} "${MODULES_PATH}/${MODULE_NAME}" --branch "${MODULE_VERSION}"
Expand All @@ -47,4 +47,4 @@ Developer Documentation

e.g.

./bin/make-release.sh 0.2.0
./bin/make-release.sh 0.2.1

0 comments on commit b92832e

Please sign in to comment.