diff --git a/src/paths.md b/src/paths.md index 4e5cfb9..3689a85 100644 --- a/src/paths.md +++ b/src/paths.md @@ -1,8 +1,25 @@ # What's Where? +Whisky installs files to the following locations: + | Item | Location | |-----------|--------------------------------------------------------------------| | GPTK | `~/Library/Application Support/com.isaacmarovitz.Whisky/Libraries` | | Bottles | `~/Library/Containers/com.isaacmarovitz.Whisky/Bottles` | | Logs | `~/Library/Logs/com.isaacmarovitz.Whisky` | -| WhiskyCMD | `/usr/local/bin/whisky` | \ No newline at end of file +| WhiskyCMD | `/usr/local/bin/whisky` | + +# Uninstalling Whisky + +If you're looking to do a complete uninstall, remove the following files and folders: +- `~/Library/Application Support/com.isaacmarovitz.Whisky` +- `~/Library/Containers/com.isaacmarovitz.Whisky` +- `~/Library/Logs/com.isaacmarovitz.Whisky` +- `/usr/local/bin/whisky` (if it exists) +- `/Applications/Whisky.app` (or wherever you have it installed) + +> [!NOTE] +> This will not delete any bottles that have been created outside the default folder. +> Make sure you delete those in app by `Right Clicking > Remove...` and selecting `Delete files from disk`. +> If you forget to do this before deleting Whisky, or some of your bottles have become orphaned, +> you can remove them manually in Finder. \ No newline at end of file