We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
homebrew.md
1 parent 0a160d2 commit 531c01dCopy full SHA for 531c01d
docs/homebrew.md
@@ -38,6 +38,7 @@ export HOMEBREW_INSTALL_FROM_API=1
38
命令 | 说明
39
:--- :---
40
`brew install git` | `安装`一个包
41
+`brew reinstall git` | 重新`安装`一个包
42
`brew uninstall git` | `删除`/`卸载`软件包
43
`brew upgrade git` | 升级包
44
@@ -46,9 +47,6 @@ export HOMEBREW_INSTALL_FROM_API=1
46
47
`brew switch git 2.5.0` | 更改版本
48
49
`brew list --versions git` | 看看你有什么版本
-:--- :---
50
-`brew help` | 打印帮助信息
51
-`brew help <sub-command>` | 打印子命令的帮助信息
52
53
### 更多包命令
54
@@ -119,6 +117,13 @@ $ brew search <text>
119
117
$ brew info <formula>
120
118
```
121
+### 帮助命令
+
122
+命令 | 说明
123
+:--- :---
124
+`brew help` | 打印帮助信息
125
+`brew help <sub-command>` | 打印子命令的帮助信息
126
127
另见
128
---
129
0 commit comments