summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNils Andresen <nils@nils-andresen.de>2020-11-19 22:40:08 +0100
committerJesse Duffield <jessedduffield@gmail.com>2020-11-21 14:14:40 +1100
commit1dea988cd634330becd67a9262a298f9ca36623a (patch)
tree5032a87d8cadff87717886d964b6abcd7104a926 /README.md
parent74bb6f001286e254fad3c76fa9e1b05c6b4f5004 (diff)
Added a reference to chocolatey in README
and also added a simple overview of documentation under docs/README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
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)