Update README.md

This commit is contained in:
tdeerenberg
2024-02-07 22:07:00 +01:00
committed by GitHub
parent 20e02f9523
commit 77c297e9af

View File

@ -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** 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 ``` Bash
git clone https://github.com/tdeerenberg/Musort.git git clone https://github.com/tdeerenberg/Musort.git
cd Musort.git cd Musort
chmod +x install.sh chmod +x install.sh
./install.sh ./install.sh
``` ```