Add install script
This commit is contained in:
parent
e803984455
commit
041b021ed6
1 changed files with 5 additions and 0 deletions
5
install
Executable file
5
install
Executable 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."
|
Loading…
Reference in a new issue