Skip to content

Commit ffc6142

Browse files
committed
README.md
1 parent 9fa7ce8 commit ffc6142

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README-CN.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,12 @@ composer require ikilobyte/pulsar-client-php
3838
> allegro/php-protobuf
3939
4040
```bash
41+
cd /usr/local/src
4142
git clone https://github.com/allegro/php-protobuf
4243
cd php-protobuf
43-
phpize && ./configure --with-php-config=${php-config} && make && make install
44+
phpize
45+
./configure --with-php-config=${php-config}
46+
make && make install
4447

4548
# add to php.ini
4649
[protobuf]

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,12 @@ composer require ikilobyte/pulsar-client-php
4040
> allegro/php-protobuf
4141
4242
```bash
43+
cd /usr/local/src
4344
git clone https://github.com/allegro/php-protobuf
4445
cd php-protobuf
45-
phpize && ./configure --with-php-config=${php-config} && make && make install
46+
phpize
47+
./configure --with-php-config=${php-config}
48+
make && make install
4649

4750
# add to php.ini
4851
[protobuf]

0 commit comments

Comments
 (0)