From a0f140551006e629ab05ae7df09d2674c509ecc2 Mon Sep 17 00:00:00 2001 From: Martin Atukunda Date: Sun, 24 Aug 2025 20:30:28 +0300 Subject: [PATCH] Add the homebrew install method --- InstallWizard/OSX/Flexget.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/InstallWizard/OSX/Flexget.md b/InstallWizard/OSX/Flexget.md index 3de5cc633..70bea7943 100644 --- a/InstallWizard/OSX/Flexget.md +++ b/InstallWizard/OSX/Flexget.md @@ -17,6 +17,11 @@ Finally, install FlexGet and its components (using `pip3` in place of `pip` if n $ pip install --upgrade flexget ``` +Alternatively, if you have homebrew installed, you could use the version in homebrew +```bash +$ brew install flexget +``` + You can confirm FlexGet has been successfully installed by running the following command: ```bash $ flexget -V @@ -24,4 +29,4 @@ $ flexget -V This should output the version number of FlexGet. ## Continue -Next, learn how to [autorun the daemon](/InstallWizard/OSX/Autorun) at startup. \ No newline at end of file +Next, learn how to [autorun the daemon](/InstallWizard/OSX/Autorun) at startup.