From 934e7a2e71335f493754cc2852ffda3a076ca999 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 5 Aug 2018 18:46:17 +1000 Subject: [PATCH] add link to go installation guide in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2aad6a4a6..9fdddb0a4 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ are YOU tired of typing every git command directly into the terminal, but you're ## Installation In a terminal call this command: `go get github.com/jesseduffield/lazygit` +(if you don't have Go installed, you can follow the installation guide [Here](https://golang.org/doc/install) then just call `lazygit` in your terminal inside a git repository