mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-13 00:07:59 +02:00
Merge branch 'master' of https://github.com/jesseduffield/lazygit
This commit is contained in:
commit
50924f31b0
26
README.md
26
README.md
@ -10,16 +10,11 @@ Are YOU tired of typing every git command directly into the terminal, but you're
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Via binary release
|
### Homebrew
|
||||||
You can download a binary release [here](https://github.com/jesseduffield/lazygit/releases)
|
```sh
|
||||||
|
brew tap jesseduffield/lazygit
|
||||||
### Via Go
|
brew install lazygit
|
||||||
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
|
### Ubuntu
|
||||||
Packages for Ubuntu 16.04, 18.04 and 18.10 are available via Launchpad PPA.
|
Packages for Ubuntu 16.04, 18.04 and 18.10 are available via Launchpad PPA.
|
||||||
@ -32,6 +27,17 @@ sudo apt-get update
|
|||||||
sudo apt-get install lazygit
|
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
|
## Usage
|
||||||
Call `lazygit` in your terminal inside a git repository.
|
Call `lazygit` in your terminal inside a git repository.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user