mirror of
https://github.com/gosticks/brew.git
synced 2026-08-27 03:50:27 +00:00
Formula Cookbook: fix typo.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user