homebrew-apps/README.org
2025-02-27 15:57:06 -07:00

10 lines
286 B
Org Mode

* 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