Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
doubaokun committed Nov 8, 2023
1 parent 7df306e commit b2ad6a4
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 @@ -31,15 +31,15 @@ Please check [Open Swoole Installation Guide](https://openswoole.com/docs/get-st
#### Compiling requirements

+ Linux, OS X or Cygwin, WSL
+ PHP 7.4.0 or later (The higher the version, the better the performance.)
+ PHP 8.1.0 or later (The higher the version, the better the performance.)
+ GCC 4.8 or later

Download the source packages from [Releases](https://github.com/openswoole/ext-openswoole/releases) or:

```shell
git clone https://github.com/openswoole/ext-openswoole.git && \
cd ext-openswoole
git checkout v22.0.0
git checkout v22.1.0
phpize && \
./configure && \
make && make install
Expand Down

0 comments on commit b2ad6a4

Please sign in to comment.