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.