From 20ce0c0589b3d27583cf9046c04ad1fad3ab91fa Mon Sep 17 00:00:00 2001 From: Lilith McMullen Date: Mon, 22 Jan 2024 18:43:05 -0800 Subject: [PATCH] break out bundledeps instructions for macports vs homebrew --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)