diff --git a/README.md b/README.md index 3b32160..2ca3ecf 100644 --- a/README.md +++ b/README.md @@ -27,20 +27,21 @@ Load an audio file, slice it into regions (automatically via onset detection or Requires CMake 3.22+ and a C++17 compiler. +```sh +make # Fetch JUCE, configure, build, and install (AU + VST3) +``` + +Running `make` with no arguments will fetch JUCE, build MonoSlicer in Release mode, copy the AU and VST3 plugins to your system directories, and trigger an Audio Unit rescan. + +Individual targets are also available: + ```sh make fetch # Clone JUCE 8.0.9 make configure # CMake configure make build # Build (Release) +make install # Install AU + VST3 to system directories ``` -### Installing - -```sh -make install -``` - -Copies AU and VST3 to the system plugin directories and triggers an Audio Unit rescan. - ### Clean ```sh