From 6463910f3bbc6b7cdb4cb3faec1a19c2851b5415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Vitor=20Sousa?= Date: Tue, 1 Oct 2024 15:05:04 -0300 Subject: [PATCH] chore: improve readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 588600c..1edf414 100644 --- a/README.md +++ b/README.md @@ -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`) ``` @@ -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)