Skip to content

Commit

Permalink
chore: improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joaovfsousa committed Oct 1, 2024
1 parent 5adf599 commit 6463910
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# GWTree

## Build instructions

### MacOS

`go build && mv gwtree /usr/local/bin`

## To enable worktree switching, add this to your shell rc file(e.g. `~/.bashrc`)

```
Expand All @@ -17,4 +23,8 @@ function gwt {

### References

- [LazyGit](https://github.dev/jesseduffield/lazygit)
- [LazyGit](https://github.com/jesseduffield/lazygit)

### Thirdparty licenses

- [LazyGit](https://github.com/jesseduffield/lazygit/blob/d11e11d179ec7df1b14a536a3965b254430b0504/LICENSE)

0 comments on commit 6463910

Please sign in to comment.