From dd58497b76c1f7b4d5744c800be8505cecb1bec1 Mon Sep 17 00:00:00 2001 From: amolinae06 Date: Sat, 3 May 2025 11:24:15 -0600 Subject: [PATCH] added README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..dbde8ad --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Ass + +# Setup + +```sh +git clone https://git.amolinae.com/amolinae06/ass \ + mkdir -p $HOME/.local/bin/ \ + cd ass/ && chmod +x webhook latestalbum \ + cp webhook latestalbum $HOME/.local/bin/ \ + # echo "PATH="$HOME/.local/bin:$PATH"" >> $HOME/.profile && source $HOME/.profile + # echo "PATH="$HOME/.local/bin:$PATH"" >> $HOME/.zprofile && source $HOME/.zprofile +``` \ No newline at end of file