From a96861a2c7bccbebf29ca5ea456c165682a7f6dc Mon Sep 17 00:00:00 2001 From: nick Date: Thu, 6 May 2021 07:47:27 +0200 Subject: [PATCH] add alpine install notes --- content/installation/_index.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/content/installation/_index.md b/content/installation/_index.md index f9c3d88..e4c36b2 100644 --- a/content/installation/_index.md +++ b/content/installation/_index.md @@ -8,7 +8,17 @@ draft: false pecl install simple_kafka_client ``` -### Manual installation +## Alpine Linux +For PHP7: +```shell +apk add php7-pecl-simple-kafka-client --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ +``` +For PHP8: +```shell +apk add php8-pecl-simple-kafka-client --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ +``` + +## Manual installation ```bash git clone https://github.com/php-kafka/php-simple-kafka-client.git cd php-simple-kafka-client