docs(installation): move gum mention up

Amolith created

Change summary

README.md | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)

Detailed changes

README.md 🔗

@@ -38,7 +38,8 @@ wt r feature/auth -b                   # Remove worktree + branch
 
 ## Installation
 
-Requires Lua 5.2 or later.
+Requires Lua 5.2 or later and
+[gum](https://github.com/charmbracelet/gum) for interactive prompts
 
 ```
 curl -o ~/.local/bin/wt https://git.secluded.site/wt/blob/main/src/main.lua?raw=1
@@ -120,10 +121,6 @@ Hooks only run when `wt a` is executed from inside an existing worktree.
 You'll be prompted once per project to allow hooks; permissions are stored in
 `~/.local/share/wt/hook-dirs.lua`.
 
-## Dependencies
-
-- [gum](https://github.com/charmbracelet/gum) — interactive prompts
-
 ## Contributions
 
 Patch requests are in