From a1ebde05062c274a3863f01d0be78064adca0dac Mon Sep 17 00:00:00 2001 From: Prajjwal Yadav <111794524+prajjwalyd@users.noreply.github.com> Date: Sun, 22 Oct 2023 14:00:19 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da0e13bf6..53b44b217 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ sudo apt install build-essential bison flex libsndfile1-dev \ ``` For other Linux distributions, the setup should be similar although the package install tools and package names may be slightly different. (_NOTE: setups that do not need JACK or PulseAudio can omit either or both of these packages. ALSA is needed for MIDI support on Linux._) -To build **chuck** (with all suppported drivers: ALSA, PulseAudio, JACK), navigate to the `chuck/src` directory and run `make`: +To build **chuck** (with all supported drivers: ALSA, PulseAudio, JACK), navigate to the `chuck/src` directory and run `make`: ``` cd chuck/src make linux-all