From ee8ef071ec91a64303b2e33c56db83218c482a80 Mon Sep 17 00:00:00 2001 From: sigil-03 Date: Tue, 30 Apr 2024 09:09:46 -0600 Subject: [PATCH] add install.sh script --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 install.sh diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..800aeb1 --- /dev/null +++ b/install.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +cargo build --release +cp target/release/prusatool-rs ~/.local/bin/prusatool \ No newline at end of file