Skip to content

Commit 2e6d71f

Browse files
committed
docs: 更新 README.md
1 parent ca42497 commit 2e6d71f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gobuild 是一个简单的 Go 代码热编译工具。
1212

1313
- 采用配置文件,表达更加方便和直观;
1414
- 自动生成配置文件;
15-
- 可以设置多个监视目录
15+
- 自动监视 go.mod 中的 Replace 目录
1616
- 本地化支持;
1717

1818
## 命令行语法
@@ -50,11 +50,6 @@ gobuild watch [options]
5050
freq | duration | 监视器的更新频率
5151
excludes | []string | 忽略的文件,glob 格式,高于 exts 配置项。
5252

53-
## 支持平台
54-
55-
平台支持依赖 [colors](https://github.com/issue9/term)[fsnotify](https://github.com/fsnotify/fsnotify) 两个模块,
56-
目前支持以下平台:windows, linux, macOS, BSD。
57-
5853
## 安装
5954

6055
macOS 和 linux 用户可以直接使用 brew 进行安装:

0 commit comments

Comments
 (0)