Formula Cookbook: fix typo.
This commit is contained in:
parent
a3a3e3b878
commit
d415600e20
@ -1,6 +1,6 @@
|
|||||||
# Formula Cookbook
|
# Formula Cookbook
|
||||||
|
|
||||||
A *formula* is a package definition written in Ruby. It can be created with `brew create <URL>` where `<URL>` is a zip or tarball, installed with `brew install <formula>`, and debugged with `brew install --drefebug --verbose <formula>`. Formulae use the [Formula API](https://www.rubydoc.info/github/Homebrew/brew/master/Formula) which provides various Homebrew-specific helpers.
|
A *formula* is a package definition written in Ruby. It can be created with `brew create <URL>` where `<URL>` is a zip or tarball, installed with `brew install <formula>`, and debugged with `brew install --debug --verbose <formula>`. Formulae use the [Formula API](https://www.rubydoc.info/github/Homebrew/brew/master/Formula) which provides various Homebrew-specific helpers.
|
||||||
|
|
||||||
## Homebrew terminology
|
## Homebrew terminology
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user