diff --git a/README.md b/README.md index e75ed4a..a8a7efe 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,9 @@ Supersonic is available in the AUR and can be built either manually with `makepk * run ``make package_macos`` to generate the .app bundle * **If** you are on Mac OS **High Sierra** through **Catalina**, run ``make bundledeps_macos_highsierra`` and you are done! Otherwise, continue reaading. * At this point, the Supersonic.app bundle can be copied to Applications and it will run on your machine, but it depends on the brew installation of mpv -* To copy the dependencies into the app bundle, and make it truly portable, run ``make bundledeps_macos`` +* To copy the dependencies into the app bundle, and make it truly portable, run the appopriate command for your package manager: + - **Homebrew**: ``make bundledeps_macos_homebrew`` + - **Macports**: ``make bundledeps_macos_macports`` ## Build instructions (Windows)