Skip to content

Commit 0aeffb4

Browse files
committed
Update README.md
1 parent 43c21b6 commit 0aeffb4

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ergo
1+
## ergo
22

33
> 一个使用 Go 编写运维工具,尽量减少重复工作,同时降低维护脚本的成本
44
@@ -12,7 +12,14 @@ ysicing/ergo
1212

1313
可直接从 [release](https://github.com/ysicing/ergo/releases) 页下载预编译的二进制文件
1414

15-
### 命令支持
15+
### Mac OS安装
16+
17+
```bash
18+
brew tap ysicing/tap
19+
brew install ergo
20+
```
21+
22+
## 命令支持
1623

1724
#### 初始化类
1825

@@ -28,4 +35,4 @@ ergo install docker/go/tools # 安装docker,go,tools
2835
ergo install k8s
2936
```
3037

31-
具体参数可以参考docs部分
38+
具体参数可以参考docs部分

0 commit comments

Comments
 (0)