Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Jul 16, 2024
1 parent 985d575 commit 2f1224a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,21 @@ php --ri swoole

```

## 可能遇到的的问题

### $PATH 环境变量 未检测到php phpize php-config

通过临时修改 $PATH 环境变量,例子:
` export PATH=your-php-install-dir/bin/:$PATH`

### rhel 系 、alpine、archlinux 解决 `which` command no found

```bash

curl -fsSL https://github.com/swoole/installers/blob/main/init.sh?raw=true | bash

# mirror

curl -fsSL https://gitee.com/jingjingxyk/swoole-install/raw/main/init.sh | bash

```

0 comments on commit 2f1224a

Please sign in to comment.