Skip to content

Commit 61f1ef5

Browse files
author
Test User
committed
docs: improve installation section with build from source instructions
1 parent 9d43887 commit 61f1ef5

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,18 @@ https://github.com/user-attachments/assets/fb5f0213-4a9f-43e2-9557-416070d7e122
2828
brew install wasabeef/gw-tap/gw
2929
```
3030

31+
### Build from Source
32+
33+
```bash
34+
# Clone and install
35+
git clone https://github.com/wasabeef/git-workers.git
36+
cd git-workers
37+
cargo install --path .
38+
```
39+
3140
### Shell Integration
3241

33-
To enable automatic directory switching when switching worktrees, add this to your shell config:
42+
Add this to your shell config(.bashrc or .zshrc) to enable automatic directory switching when switching worktrees.
3443

3544
```bash
3645
# For bash (~/.bashrc) or zsh (~/.zshrc)
@@ -193,3 +202,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
193202
- Built with [git2](https://github.com/rust-lang/git2-rs) for Git operations
194203
- Uses [dialoguer](https://github.com/console-rs/dialoguer) for interactive prompts
195204
- Terminal styling with [colored](https://github.com/colored-rs/colored)
205+

0 commit comments

Comments
 (0)