added README
This commit is contained in:
parent
ea76213a9c
commit
dd58497b76
1 changed files with 12 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal file
|
@ -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
|
||||||
|
```
|
Loading…
Add table
Reference in a new issue