From 697ea96d96484f4628c7760efedb857574cfcc4d Mon Sep 17 00:00:00 2001 From: Prof Gra Date: Fri, 13 Mar 2026 20:39:05 +0100 Subject: [PATCH] Fix typos in README.md for LinuxMakefile directory Or rename the dir! --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 55f3ebf..438c455 100644 --- a/README.md +++ b/README.md @@ -155,10 +155,10 @@ To build SendMIDI on Linux you need a minimal set of packages installed beforeha sudo apt install build-essential pkg-config libasound2-dev ``` -After that, go to the `LinuxMakeFile` directory +After that, go to the `LinuxMakefile` directory ``` -cd Builds/LinuxMakeFile +cd Builds/LinuxMakefile ``` and build the binary by typing `make` @@ -167,7 +167,7 @@ and build the binary by typing `make` make ``` -The resulting binary will be in the `Build/LinuxMakeFile/build` directory and can be moved anywhere appropriate on your system, for instance into `/usr/local/bin`: +The resulting binary will be in the `Build/LinuxMakefile/build` directory and can be moved anywhere appropriate on your system, for instance into `/usr/local/bin`: ``` sudo mv build/sendmidi /usr/local/bin