Skip to content

Commit 64b222b

Browse files
committed
Add an install script for UNIX env
1 parent 452ce7e commit 64b222b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

install.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
cp ./monstercat-dl.phar ./monstercat-dl
2+
chmod +x ./monstercat-dl
3+
sudo mkdir -p /usr/local/bin
4+
cp ./monstercat-dl /usr/local/bin

0 commit comments

Comments
 (0)