Skip to content
Updated homebrew and linuxbrew formula Notes (markdown) authored by Chris's avatar Chris
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
To install a brew formula from a cask, ie. `kodi` To install a brew formula from a cask, ie. `kodi`
```fish ```fish
brew search kodi` brew search kodi
``` ```
Output: Output:
```fish ```fish
...@@ -21,6 +21,8 @@ Then to install kodi ...@@ -21,6 +21,8 @@ Then to install kodi
brew cask install kodi brew cask install kodi
``` ```
---
Homebrew 🍻 formula are stored in the following location on macOS (10.12.6) Homebrew 🍻 formula are stored in the following location on macOS (10.12.6)
```shell ```shell
/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/ /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/
... ...
......