Skip to content

Commit b33f9d1

Browse files
authored
add alpine install notes (#9)
1 parent ab3bc96 commit b33f9d1

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Diff for: content/installation/_index.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,17 @@ draft: false
88
pecl install simple_kafka_client
99
```
1010

11-
### Manual installation
11+
## Alpine Linux
12+
For PHP7:
13+
```shell
14+
apk add php7-pecl-simple-kafka-client --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/
15+
```
16+
For PHP8:
17+
```shell
18+
apk add php8-pecl-simple-kafka-client --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/
19+
```
20+
21+
## Manual installation
1222
```bash
1323
git clone https://github.com/php-kafka/php-simple-kafka-client.git
1424
cd php-simple-kafka-client

0 commit comments

Comments
 (0)