From 62ddf40be4605d664265d405d29b7eda56b33d8c Mon Sep 17 00:00:00 2001 From: pszsh Date: Sun, 30 Mar 2025 08:59:29 -0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99ca906..e0464e4 100644 --- a/README.md +++ b/README.md @@ -22,5 +22,9 @@ Edit the `config.json` file to customize your chord generation: --- -Run python main.py > output.txt, it will be much slower if you don't output it to a file instead of the shell, but if you want to see the debugging messages, just run the command normally. That's all, playable chord shapes from any tuning you put into the config will be generated. -View them by opening chords.html, which will be generated into www/ \ No newline at end of file +Run +```bash +python main.py > output.txt +``` +it will be much slower if you don't output it to a file instead of the shell, but if you want to see the debugging messages, just run the command normally. That's all, playable chord shapes from any tuning you put into the config will be generated. +View them by opening chords.html, which will be generated into www/