Browse Source

:memo: add php-grpc

Jeremy Zheng 2 years ago
parent
commit
6dc2555a50
1 changed files with 1 additions and 0 deletions
  1. 1 0
      clients/php/README.md

+ 1 - 0
clients/php/README.md

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