Skip to content

Commit

Permalink
Update README (#4046)
Browse files Browse the repository at this point in the history
Fixed GitHub repo path for ext-async
  • Loading branch information
asheroto authored Feb 6, 2021
1 parent e678bba commit 6d9b69e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -493,8 +493,8 @@ After compiling and installing to the system successfully, you have to add a new
Async clients and API are moved to a separate PHP extension `swoole_async` since version 4.3.0, install `swoole_async`:

```shell
git clone https://github.com/swoole/async-ext.git
cd async-src
git clone https://github.com/swoole/ext-async.git
cd ext-async
phpize
./configure
make -j 4
Expand Down

0 comments on commit 6d9b69e

Please sign in to comment.