How can i get more info about a brew formula before installing?

前端 未结 5 1380
一生所求
一生所求 2021-02-01 00:32

I know i can do something like

## brew info FORMULA_NAME
brew info wgetpaste

Output

wgetpaste: stable 2.20
http://wgetpaste.         


        
5条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-01 01:18

    Nope. Homebrew intentionally lets the web sites serve as documentation of the packages, instead of maintaining a separate copy of it.

    You can do a brew home to fire up a browser from the command line, or brew edit to examine the formula's installation instructions themselves in an editor.

提交回复
热议问题