Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jesseduffield/lazygit
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseduffield committed Aug 9, 2018
2 parents 705d273 + 30c6fc2 commit 50924f3
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,11 @@ Are YOU tired of typing every git command directly into the terminal, but you're

## Installation

### 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)
### Homebrew
```sh
brew tap jesseduffield/lazygit
brew install lazygit
```

### Ubuntu
Packages for Ubuntu 16.04, 18.04 and 18.10 are available via Launchpad PPA.
Expand All @@ -32,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.
Expand Down

0 comments on commit 50924f3

Please sign in to comment.