Skip to content

Commit 5a058bb

Browse files
committed
docs: add sudo privileges to examples
1 parent a74aa94 commit 5a058bb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ Compile and install at the source folder:
581581
```shell
582582
phpize && \
583583
./configure && \
584-
make && make install
584+
make && sudo make install
585585
```
586586

587587
#### Enable extension in PHP

docs/TESTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ cd swoole-src
5757
phpize
5858
./configure ${options}
5959
make -j$(nproc)
60-
make install
60+
sudo make install
6161
```
6262
Need to configure `php.ini`, add `extension=swoole.so` to enable `ext-swoole`.
6363

0 commit comments

Comments
 (0)