Skip to content

Commit

Permalink
README.md: Mention latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Mar 23, 2022
1 parent 21348cd commit 72d4035
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ path for Icinga Web 2 installations is: `/usr/share/icinga-php`
Download or clone this repository there (e.g. `/usr/share/icinga-php/ipl`) and you're done.

> **Note**: Do NOT install the GIT master, it will not work! Checking out a
> branch like `stable/0.7.0` or a tag like `v0.7.0` is fine.
> branch like `stable/0.8.0` or a tag like `v0.8.0` is fine.
### Examples

**Sample Tarball installation**

```sh
INSTALL_PATH="/usr/share/icinga-php/ipl"
INSTALL_VERSION="v0.7.0"
INSTALL_VERSION="v0.8.0"
mkdir "$INSTALL_PATH" \
&& wget -q "https://github.com/Icinga/icinga-php-library/archive/$INSTALL_VERSION.tar.gz" -O - \
| tar xfz - -C "$INSTALL_PATH" --strip-components 1
Expand All @@ -43,6 +43,6 @@ mkdir "$INSTALL_PATH" \

```
INSTALL_PATH="/usr/share/icinga-php/ipl"
INSTALL_VERSION="stable/0.7.0"
INSTALL_VERSION="stable/0.8.0"
git clone https://github.com/Icinga/icinga-php-library.git "$INSTALL_PATH" --branch "$INSTALL_VERSION"
```

0 comments on commit 72d4035

Please sign in to comment.