From 62b32ce12d188c95b752ba956278463971b36330 Mon Sep 17 00:00:00 2001 From: iAmInAction <83808704+iAmInActions@users.noreply.github.com> Date: Fri, 29 Jul 2022 17:39:04 +0200 Subject: [PATCH] Fixed URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0026430..3032ff3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ___ ## Installation To use this program, you need to install the `curl` package according to your OSes package managers instrucions. Under for example Debian that would be `sudo apt install curl`. -You will also need a MIDI file player. On default it tries to use `timidity` but you can change that in the configuration. Another good choice is (my own OPL3 emulator midi player)[https://github.com/iAmInActions/pioplemidi-cli] but any player should do the job. +You will also need a MIDI file player. On default it tries to use `timidity` but you can change that in the configuration. Another good choice is [my own OPL3 emulator midi player](https://github.com/iAmInActions/pioplemidi-cli) but any player should do the job. If you have git installed, clone the program with the following command: ```