Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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
Expand Down