From 39f2a3d1bba4c65189e4c1bf58777d6b6a14e5fc Mon Sep 17 00:00:00 2001 From: alesbe Date: Sun, 15 May 2022 12:51:01 +0200 Subject: [PATCH] Improved comments --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index c1bd438..561a4e1 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash compile() { - # Compile and clean + # Compile and clean using Makefile echo Compiling visualizer... make } @@ -31,7 +31,7 @@ main() { # Move executable to /usr/bin echo Moving executable into /usr/bin... mv ./sorting-visualizer /usr/bin - echo Done! Run sorting-visualizer to open it + echo Done! exit fi }