Skip to content

Commit

Permalink
Improved comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alesbe committed May 15, 2022
1 parent b5dcf95 commit 39f2a3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
compile() {
# Compile and clean
# Compile and clean using Makefile
echo Compiling visualizer...
make
}
Expand Down Expand Up @@ -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
}
Expand Down

0 comments on commit 39f2a3d

Please sign in to comment.