diff --git a/install.sh b/install.sh index 2fb1e5c..496112f 100755 --- a/install.sh +++ b/install.sh @@ -2,4 +2,4 @@ # Make sure to add ~/.local/bin to $PATH pip3 install -r requirements.txt cp src/musort.py ~/.local/bin/musort -echo "IF NOT DONE ALREADY, ADD '~/local/bin' TO $ PATH" \ No newline at end of file +echo "IF NOT DONE ALREADY, ADD '~/.local/bin' TO $ PATH" \ No newline at end of file