mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 07:59:02 +08:00
docs/Tips-and-Tricks: rename from weird filename.
macOS likes the new one better.
This commit is contained in:
parent
681e803c4f
commit
04e77dd43d
@ -4,6 +4,6 @@ last_review_date: "2025-02-08"
|
||||
|
||||
# Creating a Homebrew Issue
|
||||
|
||||
First, check to make sure your issue is not listed in the [FAQ](FAQ.md) or [Common Issues](Common-Issues.md) and can't otherwise be resolved with the information in the [Tips and Tricks](Tips-N'-Tricks.md) documentation. Next, go through the steps in the [Troubleshooting guide](Troubleshooting.md).
|
||||
First, check to make sure your issue is not listed in the [FAQ](FAQ.md) or [Common Issues](Common-Issues.md) and can't otherwise be resolved with the information in the [Tips and Tricks](Tips-and-Tricks.md) documentation. Next, go through the steps in the [Troubleshooting guide](Troubleshooting.md).
|
||||
|
||||
If the preceding steps did not help, it may be appropriate to submit an issue. This can be done by navigating to the relevant repository, clicking the "Issues" link, and clicking on the "New issue" button. When creating an issue, make sure you use the provided template, as it's important in helping others to understand and potentially triage your issue efficiently.
|
||||
|
@ -109,7 +109,7 @@ You can find Homebrew's default install location [in this FAQ entry](https://doc
|
||||
For more insight, re-run the installer or inspect [the installer's source](https://github.com/Homebrew/install/blob/deacfa6a6e62e5f4002baf9e1fac7a96e9aa5d41/install.sh#L1072-L1088)
|
||||
to see how the installer constructs the path it recommends.
|
||||
|
||||
See [Tips N' Tricks > Loading Homebrew from the same dotfiles on different operating systems](Tips-N'-Tricks.md#loading-homebrew-from-the-same-dotfiles-on-different-operating-systems)
|
||||
See [Tips N' Tricks > Loading Homebrew from the same dotfiles on different operating systems](Tips-and-Tricks.md#loading-homebrew-from-the-same-dotfiles-on-different-operating-systems)
|
||||
for another way to handle this across multiple operating systems.
|
||||
|
||||
## Uninstallation
|
||||
|
@ -1,5 +1,7 @@
|
||||
---
|
||||
last_review_date: "1970-01-01"
|
||||
redirect_from:
|
||||
- /Tips-N'-Tricks
|
||||
---
|
||||
|
||||
# Tips and Tricks
|
@ -20,7 +20,7 @@ last_review_date: "2025-02-08"
|
||||
- [Bottles (binary packages)](Bottles.md)
|
||||
- [Taps (third-party repositories)](Taps.md)
|
||||
- [Interesting Taps and Forks](Interesting-Taps-and-Forks.md)
|
||||
- [Tips and Tricks](Tips-N'-Tricks.md)
|
||||
- [Tips and Tricks](Tips-and-Tricks.md)
|
||||
- [Anonymous Analytics](Analytics.md)
|
||||
|
||||
- [Querying `brew`](Querying-Brew.md)
|
||||
|
Loading…
x
Reference in New Issue
Block a user