shithub: m8c

Download patch

ref: 56da707a45c89273bf9020744ec034a0b0ec457c
parent: 94ddf4d85e5465639ed05ba885f1ee145896fcc7
author: Jonne Kokkonen <jonne.kokkonen@gmail.com>
date: Sat Mar 12 10:06:37 EST 2022

Update README.md

Add mention about prebuilt binaries, improve formatting in config section

--- a/README.md
+++ b/README.md
@@ -99,14 +99,14 @@
 
 Enjoy making some nice music!
 
-### Config
+## Config
 
 Keyboard and game controller bindings can be configured via `config.ini`.
 
 If not found, the file will be created in one of these locations:
-Windows: C:\Users\<username>\AppData\Roaming\m8c\config.ini
-Linux: /home/<username>/.local/share/m8c/config.ini
-MacOS: /Users/<username>/Library/Application Support/m8c/config.ini
+* Windows: `C:\Users\<username>\AppData\Roaming\m8c\config.ini`
+* Linux: `/home/<username>/.local/share/m8c/config.ini`
+* MacOS: `/Users/<username>/Library/Application Support/m8c/config.ini`
 
 See the `config.ini.sample` file to see the available options.
 
--