We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sudo
1 parent a74aa94 commit 5a058bbCopy full SHA for 5a058bb
2 files changed
README.md
@@ -581,7 +581,7 @@ Compile and install at the source folder:
581
```shell
582
phpize && \
583
./configure && \
584
-make && make install
+make && sudo make install
585
```
586
587
#### Enable extension in PHP
docs/TESTS.md
@@ -57,7 +57,7 @@ cd swoole-src
57
phpize
58
./configure ${options}
59
make -j$(nproc)
60
-make install
+sudo make install
61
62
Need to configure `php.ini`, add `extension=swoole.so` to enable `ext-swoole`.
63
0 commit comments