add install

This commit is contained in:
a-Sansara 2020-10-09 22:14:29 +02:00
parent 4d683e9201
commit 6bb1b0c43b

5
install.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
cargo install --git https://github.com/pluie-org/ykre.git --root ./
sudo mv ./bin/ykre /usr/local/bin/
rm -rf ./bin