-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,8 @@ Author: [email protected] | |
|
||
Tips: 只建议在开发环境中使用,如果对您有帮助,请给项目一个Star,谢谢! | ||
|
||
Gitee仓库: https://gitee.com/hanicc/hyperf-watch | ||
|
||
## 使用说明: | ||
|
||
建议PHP>=7.2 && Swoole>=4.4,php.ini需要开启exec方法 | ||
|
@@ -22,13 +24,13 @@ Tips: 只建议在开发环境中使用,如果对您有帮助,请给项目 | |
|
||
下载完成后请拷贝到项目根目录上: | ||
|
||
[下载地址->请右键另存为,并删去扩展名.txt](https://raw.githubusercontent.com/ha-ni-cc/hyperf-watch/master/watch) | ||
[下载地址->请右键另存为,并删去扩展名.txt](https://gitee.com/hanicc/hyperf-watch/raw/master/watch) | ||
|
||
【MacOS or Linux】 | ||
|
||
在项目根目录下启动终端控制台: | ||
```sh | ||
wget -O watch https://raw.githubusercontent.com/ha-ni-cc/hyperf-watch/master/watch | ||
wget -O watch https://gitee.com/hanicc/hyperf-watch/raw/master/watch | ||
``` | ||
|
||
#### 启动监听: | ||
|