summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-08-09 11:07:41 +1000
committerGitHub <noreply@github.com>2018-08-09 11:07:41 +1000
commit79b012990b631653978cf2c04f12d9633f143880 (patch)
tree0432bc655322468b789f8473e4dc135fbbf48b30 /README.md
parent45c0b9404aafcb3b7ad24e600fe88d5e3eb4e6d4 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index f9f88e61e..bfe0f098d 100644
--- a/README.md
+++ b/README.md
@@ -31,9 +31,9 @@ sudo apt-get install lazygit
You can download a binary release [here](https://github.com/jesseduffield/lazygit/releases)
### Go
-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).
+```sh
+go get github.com/jesseduffield/lazygit
+```
Please note:
If you get an error claiming that lazygit cannot be found or is not defined, you 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)