docs: use long flags.
This commit is contained in:
parent
566d3cb58b
commit
ae97a9c34e
10
docs/FAQ.md
10
docs/FAQ.md
@ -174,11 +174,11 @@ If it’s been a while, bump it with a “bump” comment. Sometimes we miss req
|
|||||||
Yes! It’s easy! Just `brew edit <formula>`. You don’t have to submit modifications back to `homebrew/core`, just edit the formula as you personally need it and `brew install`. As a bonus `brew update` will merge your changes with upstream so you can still keep the formula up-to-date **with** your personal modifications!
|
Yes! It’s easy! Just `brew edit <formula>`. You don’t have to submit modifications back to `homebrew/core`, just edit the formula as you personally need it and `brew install`. As a bonus `brew update` will merge your changes with upstream so you can still keep the formula up-to-date **with** your personal modifications!
|
||||||
|
|
||||||
## Can I make new formulae?
|
## Can I make new formulae?
|
||||||
Yes! It’s easy! Just `brew create URL`. Homebrew will then open the
|
Yes! It’s easy! Just `brew create URL`. Homebrew will then open the formula in
|
||||||
formula in `EDITOR` so you can edit it, but it probably already
|
`EDITOR` so you can edit it, but it probably already installs; try it: `brew
|
||||||
installs; try it: `brew install <formula>`. If you encounter any issues,
|
install <formula>`. If you encounter any issues, run the command with the
|
||||||
run the command with the `-d` switch like so: `brew install -d <formula>`,
|
`--debug` switch like so: `brew install --debug <formula>`, which drops you
|
||||||
which drops you into a debugging shell.
|
into a debugging shell.
|
||||||
|
|
||||||
If you want your new formula to be part of `homebrew/core` or want
|
If you want your new formula to be part of `homebrew/core` or want
|
||||||
to learn more about writing formulae, then please read the [Formula Cookbook](Formula-Cookbook.md).
|
to learn more about writing formulae, then please read the [Formula Cookbook](Formula-Cookbook.md).
|
||||||
|
@ -90,7 +90,7 @@ Try to summarize from the [`homepage`](http://www.rubydoc.info/github/Homebrew/b
|
|||||||
### Check the build system
|
### Check the build system
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
brew install -i foo
|
brew install --interactive foo
|
||||||
```
|
```
|
||||||
|
|
||||||
You’re now at a new prompt with the tarball extracted to a temporary sandbox.
|
You’re now at a new prompt with the tarball extracted to a temporary sandbox.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user