diff --git a/README.md b/README.md
index 368bc43..3368f81 100644
--- a/README.md
+++ b/README.md
@@ -119,6 +119,11 @@ hiSHtory imports your existing shell history by default. If for some reason this
You can configure a custom timestamp format for hiSHtory via `hishtory config-set timestamp-format '2006/Jan/2 15:04'`. The timestamp format string should be in [the format used by Go's `time.Format(...)`](https://pkg.go.dev/time#Time.Format).
+
+Viewing debug logs
+Debug logs are stored in `~/.hishtory/hishtory.log`. If you run into any issues, these may contain useful information.
+
+
Uninstalling
If you'd like to uninstall hishtory, just run `hishtory uninstall`. Note that this deletes the SQLite DB storing your history, so consider running a `hishtory export` first.