From 7c1dbb7c660273396120d5af6d6b708797e8ec5e Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Thu, 9 Aug 2018 10:46:27 +1000 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a5da96e74..2fd294d88 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ Are YOU tired of typing every git command directly into the terminal, but you're ## Installation +### Homebrew +brew tap jesseduffield/lazygit +brew install lazygit + ### Via binary release You can download a binary release [here](https://github.com/jesseduffield/lazygit/releases) From 16b202f227f354e647e1ac180c3cb4b977cc1453 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Thu, 9 Aug 2018 10:46:57 +1000 Subject: [PATCH 2/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2fd294d88..7c7eb0427 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,10 @@ Are YOU tired of typing every git command directly into the terminal, but you're ## Installation ### Homebrew +```sh brew tap jesseduffield/lazygit brew install lazygit +``` ### Via binary release You can download a binary release [here](https://github.com/jesseduffield/lazygit/releases) From 30c6fc2300ed55bcc2b361ac174cdf79accd824c Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Thu, 9 Aug 2018 10:48:57 +1000 Subject: [PATCH 3/3] Update README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 7c7eb0427..f9f88e61e 100644 --- a/README.md +++ b/README.md @@ -16,17 +16,6 @@ brew tap jesseduffield/lazygit brew install lazygit ``` -### Via binary release -You can download a binary release [here](https://github.com/jesseduffield/lazygit/releases) - -### Via 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). - -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) - ### Ubuntu Packages for Ubuntu 16.04, 18.04 and 18.10 are available via Launchpad PPA. @@ -38,6 +27,17 @@ sudo apt-get update sudo apt-get install lazygit ``` +### Binary Release (Windows/Linux/OSX) +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). + +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) + ## Usage Call `lazygit` in your terminal inside a git repository.