feat: correct readme
All checks were successful
Release / release (push) Successful in 1m43s

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-03-20 18:00:12 +01:00
parent 2da5223fdd
commit 254e09a724

View File

@@ -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
```