11 lines
286 B
Org Mode
11 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
|