Skip to content

Commit

Permalink
add platform specific uninstalling instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
radlinskii authored Oct 25, 2023
1 parent 9462798 commit e4c2abe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ If you found this repo because of [Hacktoberfest 2023](https://hacktoberfest.com

If you want to remove `donkeytype` from your system you simply remove the executable binary from wherever you've downloaded it to.

### MacOS & Linux

Additionally to remove the history of results run:

```shell
Expand All @@ -157,6 +159,10 @@ and if you've created a configuration file remove it too:
rm -rf ~/.config/donkeytype
```

### Windows

On Windows delete `C:\Users\{Username}\AppData\Local\donkeytype` folder to get rid of history results and configuration file.

## License

MIT.
Expand Down

0 comments on commit e4c2abe

Please sign in to comment.