From 5006127eb919163ae22a3d83c7966469646bac6c Mon Sep 17 00:00:00 2001 From: Amolith Date: Sat, 17 Jan 2026 19:09:08 -0700 Subject: [PATCH] docs(installation): move gum mention up --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6fe174ea131e4757e3e5c4dfcdb84b4ce8adee5f..7e929c7e63bc99a755ebb5e294f2d880fb7fe41c 100644 --- a/README.md +++ b/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