From 1dea988cd634330becd67a9262a298f9ca36623a Mon Sep 17 00:00:00 2001 From: Nils Andresen Date: Thu, 19 Nov 2020 22:40:08 +0100 Subject: [PATCH] Added a reference to chocolatey in README and also added a simple overview of documentation under docs/README.md --- README.md | 9 +++++++++ docs/README.md | 7 +++++++ 2 files changed, 16 insertions(+) create mode 100644 docs/README.md diff --git a/README.md b/README.md index baea8ace1..0b6dd7657 100644 --- a/README.md +++ b/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) - [Conda](#conda) - [Go](#go) + - [Chocolatey (Windows)](#chocolatey-windows) - [Manual](#manual) - [Usage](#usage) - [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, not apps like Lazygit). +### Chocolatey (Windows) + +You can install `lazygit` using [Chocolatey](https://chocolatey.org/): + +```sh +choco install lazygit +``` + ### Manual You'll need to [install Go](https://golang.org/doc/install) diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 000000000..a23dcea98 --- /dev/null +++ b/docs/README.md @@ -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)