@@ -99,3 +99,7 @@ From project root, `wt a` skips hooks. From a worktree, hooks trigger.
1. **Hooks only trigger from worktrees**: Running `wt a` from project root skips hooks
2. **Branch paths**: `feature/foo` becomes `project/feature/foo` (nested) or `project_feature_foo` (flat, if configured)
+
+---
+
+See [refs/installation.md](refs/installation.md) if you try to use `wt` and it's not available. Do not reference this file until and unless you invoke `wt` and get some kind of command not found error.