Add install script

This commit is contained in:
Rene Vergara 2024-07-16 09:08:48 -05:00
parent e803984455
commit 041b021ed6
Signed by: pitmutt
GPG key ID: 65122AD495A7F5B2

5
install Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
echo "Deploying Zenith executable..."
ln -s ${PWD}/dist-newstyle/build/x86_64-linux/ghc-9.6.5/zenith-0.6.0.0/build/zenith/zenith ~/.local/bin/zenith
echo "Done."