diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2020-04-02 00:05:23 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2020-04-02 00:05:23 +1000 |
| commit | 6e33260d2ed74fac3956f8c99ead6e940d813c35 (patch) | |
| tree | 350d46f20dc032aac943f666cb063a3e63633f8f | |
| parent | eeb391cefbc79352fb500425a41a9ecfdcbdd29c (diff) | |
Add Homebrew install instructions
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -23,6 +23,16 @@ MP4 H.265 AAC, multiple collections and RSS feed. ## Getting Started +### Using Homebrew + +```#!sh +$ brew tap prologic/tube +$ brew install tube +$ tube +``` + +Open http://127.0.0.1:8000/ in your Browser! + ### Using a Binary 1. Go grab the latest binary from the |
