From 254e09a7242be199179a568b18fa07f6e65b2d15 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 20 Mar 2026 18:00:12 +0100 Subject: [PATCH] feat: correct readme Signed-off-by: kjuulh --- README.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 964e69c..4bd36af 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,30 @@ Git Now is a utility for easily navigating git projects from common upstream pro ## Installation -```bash -cargo (b)install gitnow +### Homebrew +```bash +brew tap kjuulh/tap https://git.kjuulh.io/kjuulh/homebrew-tap +brew install gitnow +``` + +### Cargo + +```bash +cargo install gitnow +# or +cargo binstall gitnow +``` + +### Setup + +```bash # You can either use gitnow directly (and use spawned shell sessions) gitnow # Or install gitnow scripts (in your .bashrc, .zshrc) this will use native shell commands to move you around eval $(gitnow init zsh) -git-now # Long +git-now # Long gn # Short alias ```