From f243f6da084be62e90d318d57aeb138198d47522 Mon Sep 17 00:00:00 2001 From: tdeerenberg <113618658+tdeerenberg@users.noreply.github.com> Date: Thu, 16 Nov 2023 21:09:21 +0100 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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