cliphist update, readme update

This commit is contained in:
JaKooLit 2023-10-15 15:53:16 +09:00
parent 373a613c68
commit 0e69572a4a
2 changed files with 5 additions and 1 deletions

View File

@ -128,6 +128,8 @@ log into your account
- Does not work in Ubuntu 23.04
- sddm blackscreen when log-out
### 👍 Final Notes
- join my discord channel [`Discord`](https://discord.gg/V2SJ92vbEN)
- Feel free to copy, re-distribute, and use this script however you want. Would appreciate if you give me some loves by crediting my work :)

View File

@ -106,6 +106,8 @@ done
# Install cliphist using go
export PATH=$PATH:/usr/local/go/bin
sudo go install go.senan.xyz/cliphist@latest 2>&1 | tee -a "$LOG"
go install go.senan.xyz/cliphist@latest 2>&1 | tee -a "$LOG"
# copy cliphist into /usr/local/bin for some reason it is installing in ~/go/bin
sudo cp -r "~/go/bin/cliphist" "/usr/local/bin/" 2>&1 | tee -a "$LOG"
clear