Skip to content

Commit 12de429

Browse files
committed
Update README.md
1 parent 0105d75 commit 12de429

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ path for Icinga Web 2 installations is: `/usr/share/icinga-php`
1616
Download or clone this repository there (e.g. `/usr/share/icinga-php/vendor`) and you're done.
1717

1818
> **Note**: Do NOT install the GIT master, it will not work! Checking out a
19-
> branch like `stable/0.11.0` or a tag like `v0.11.0` is fine.
19+
> branch like `stable/0.13.0` or a tag like `v0.13.0` is fine.
2020
2121
### Examples
2222

2323
**Sample Tarball installation**
2424

2525
```sh
2626
INSTALL_PATH="/usr/share/icinga-php/vendor"
27-
INSTALL_VERSION="v0.11.0"
27+
INSTALL_VERSION="v0.13.0"
2828
mkdir "$INSTALL_PATH" \
2929
&& wget -q "https://github.com/Icinga/icinga-php-thirdparty/archive/$INSTALL_VERSION.tar.gz" -O - \
3030
| tar xfz - -C "$INSTALL_PATH" --strip-components 1
@@ -34,6 +34,6 @@ mkdir "$INSTALL_PATH" \
3434

3535
```
3636
INSTALL_PATH="/usr/share/icinga-php/vendor"
37-
INSTALL_VERSION="stable/0.11.0"
37+
INSTALL_VERSION="stable/0.13.0"
3838
git clone https://github.com/Icinga/icinga-php-thirdparty.git "$INSTALL_PATH" --branch "$INSTALL_VERSION"
3939
```

0 commit comments

Comments
 (0)