summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-10-02 06:46:51 +1000
committerGitHub <noreply@github.com>2020-10-02 06:46:51 +1000
commit7ddb916a18ddb5c12a7d6f10b13bb470bf3c1724 (patch)
tree7ebc6ab65e995e4a929b39a9016965d0dfb7d660 /README.md
parentfaba40554a06192ec21b5cf86f08afc1aadb46f1 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 77b4da89b..1cba5ad4d 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,7 @@ If you're a mere mortal like me and you're tired of hearing how powerful git is
- [FreeBSD](#freebsd)
- [Conda](#conda)
- [Go](#go)
+ - [Manual](#manual)
- [Usage](#usage)
- [Keybindings](#keybindings)
- [Changing directory on exit](#changing-directory-on-exit)
@@ -165,6 +166,17 @@ may need to add `~/go/bin` to your \$PATH (MacOS/Linux), or `%HOME%\go\bin`
(Windows). Not to be mistaked for `C:\Go\bin` (which is for Go's own binaries,
not apps like Lazygit).
+### Manual
+
+You'll need to [install Go](https://golang.org/doc/install)
+
+```
+git clone https://github.com/jesseduffield/lazygit.git
+cd lazygit
+go install
+```
+
+You can also use `go run main.go` to compile and run in one go (pun definitely intended)
## Usage