Jeremy Zheng преди 2 години
родител
ревизия
6dc2555a50
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      clients/php/README.md

+ 1 - 0
clients/php/README.md

@@ -3,6 +3,7 @@
 ![server](documents/server.png)
 ![server](documents/server.png)
 
 
 ```bash
 ```bash
+sudo apt install php-grpc-all-dev
 php -d extension=grpc.so -d max_execution_time=300 morus-demo.php
 php -d extension=grpc.so -d max_execution_time=300 morus-demo.php
 ```
 ```