Skip to content

Commit 39f2a3d

Browse files
committed
Improved comments
1 parent b5dcf95 commit 39f2a3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
compile() {
3-
# Compile and clean
3+
# Compile and clean using Makefile
44
echo Compiling visualizer...
55
make
66
}
@@ -31,7 +31,7 @@ main() {
3131
# Move executable to /usr/bin
3232
echo Moving executable into /usr/bin...
3333
mv ./sorting-visualizer /usr/bin
34-
echo Done! Run sorting-visualizer to open it
34+
echo Done!
3535
exit
3636
fi
3737
}

0 commit comments

Comments
 (0)