Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
#54: Added a command to clear environment
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Nov 26, 2020
1 parent 628cc01 commit be47790
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@ documentation:
## Properly tag project
tag:
git tag -am "Version ${NUM}" ${NUM}

uninstall:
sudo pip uninstall rkd || true
pip uninstall rkd || true
sudo rm -rf /usr/lib/rkd /usr/share/rkd

0 comments on commit be47790

Please sign in to comment.