mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-06 23:46:13 +02:00
Added a reference to chocolatey in README
and also added a simple overview of documentation under docs/README.md
This commit is contained in:
parent
74bb6f0012
commit
1dea988cd6
@ -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)
|
||||||
|
- [Chocolatey (Windows)](#chocolatey-windows)
|
||||||
- [Manual](#manual)
|
- [Manual](#manual)
|
||||||
- [Usage](#usage)
|
- [Usage](#usage)
|
||||||
- [Keybindings](#keybindings)
|
- [Keybindings](#keybindings)
|
||||||
@ -166,6 +167,14 @@ 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).
|
||||||
|
|
||||||
|
### Chocolatey (Windows)
|
||||||
|
|
||||||
|
You can install `lazygit` using [Chocolatey](https://chocolatey.org/):
|
||||||
|
|
||||||
|
```sh
|
||||||
|
choco install lazygit
|
||||||
|
```
|
||||||
|
|
||||||
### Manual
|
### Manual
|
||||||
|
|
||||||
You'll need to [install Go](https://golang.org/doc/install)
|
You'll need to [install Go](https://golang.org/doc/install)
|
||||||
|
7
docs/README.md
Normal file
7
docs/README.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# Documentation Overview
|
||||||
|
|
||||||
|
* [Configuration](./Config.md).
|
||||||
|
* [Custom Commands](./Custom_Command_Keybindings.md)
|
||||||
|
* [Custom Pagers](./Custom_Pagers.md)
|
||||||
|
* [Keybindings](./keybindings)
|
||||||
|
* [Undo/Redo](.//Undoing.md)
|
Loading…
x
Reference in New Issue
Block a user