Skip to content

Commit

Permalink
feat: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkinox committed May 12, 2023
1 parent 65f5c8e commit 824e182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 🚀 Yai 💬 - Your AI powered terminal assistant
# 🚀 Yai 💬 - AI powered terminal assistant

[![build](https://github.com/ekkinox/yai/actions/workflows/build.yml/badge.svg)](https://github.com/ekkinox/yai/actions/workflows/build.yml)
[![release](https://github.com/ekkinox/yai/actions/workflows/release.yml/badge.svg)](https://github.com/ekkinox/yai/actions/workflows/release.yml)
Expand Down
2 changes: 1 addition & 1 deletion uninstall.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ echo "Uninstallation of Yai ..."
echo

sudo rm $BINDIR/$BINNAME
sudo rm $HOME/.config/yai.json
sudo rm "${HOME}/.config/${BINNAME}.json"

echo
echo "Uninstallation of Yai complete!"

0 comments on commit 824e182

Please sign in to comment.