mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-02-13 13:59:06 +02:00
Update README.md
This commit is contained in:
parent
faba40554a
commit
7ddb916a18
12
README.md
12
README.md
@ -30,6 +30,7 @@ If you're a mere mortal like me and you're tired of hearing how powerful git is
|
|||||||
- [FreeBSD](#freebsd)
|
- [FreeBSD](#freebsd)
|
||||||
- [Conda](#conda)
|
- [Conda](#conda)
|
||||||
- [Go](#go)
|
- [Go](#go)
|
||||||
|
- [Manual](#manual)
|
||||||
- [Usage](#usage)
|
- [Usage](#usage)
|
||||||
- [Keybindings](#keybindings)
|
- [Keybindings](#keybindings)
|
||||||
- [Changing directory on exit](#changing-directory-on-exit)
|
- [Changing directory on exit](#changing-directory-on-exit)
|
||||||
@ -165,6 +166,17 @@ 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,
|
(Windows). Not to be mistaked for `C:\Go\bin` (which is for Go's own binaries,
|
||||||
not apps like Lazygit).
|
not apps like Lazygit).
|
||||||
|
|
||||||
|
### Manual
|
||||||
|
|
||||||
|
You'll need to [install Go](https://golang.org/doc/install)
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://github.com/jesseduffield/lazygit.git
|
||||||
|
cd lazygit
|
||||||
|
go install
|
||||||
|
```
|
||||||
|
|
||||||
|
You can also use `go run main.go` to compile and run in one go (pun definitely intended)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user