homebrew-apps/README.org

11 lines
286 B
Org Mode
Raw Normal View History

2025-02-27 15:57:06 -07:00
* How to install formula
** To install without adding tap
#+begin_src sh
brew install MSG/apps/<formula> https://forge.superkamiguru.org/MSG/homebrew-apps
#+end_src
** Install with adding tap
#+begin_src sh
brew tap MSG/apps https://forge.superkamiguru.org/MSG/homebrew-apps
#+end_src