From 77c297e9afde016d64239ff882e96fadfbe84089 Mon Sep 17 00:00:00 2001 From: tdeerenberg <113618658+tdeerenberg@users.noreply.github.com> Date: Wed, 7 Feb 2024 22:07:00 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8960356..571da5e 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The Python3 library TinyTag is also used, but is already included in this reposi The installation script will move the python program to `~/.local/bin`. The installation directory can be changed in the `install.sh` script. **Note: The installation directory should be added to $PATH** ``` Bash git clone https://github.com/tdeerenberg/Musort.git -cd Musort.git +cd Musort chmod +x install.sh ./install.sh ```