summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDawid Dziurla <dawidd0811@gmail.com>2020-02-27 18:31:21 +0100
committerGitHub <noreply@github.com>2020-02-27 18:31:21 +0100
commit4058c71ca08dc3423671fa0d16459a9b85fa396b (patch)
tree7475cd212891a048ec860d22f7a7617aaef91609
parenta9fe0b80008dbeec196115fe5cc36535f19f5316 (diff)
parent3fc22a60104de7d16d8d5c773dbce714041a53ff (diff)
Merge pull request #684 from ueberBrot/add-scoop-install-option
Add scoop install option to README.
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1568d8591..541a89034 100644
--- a/README.md
+++ b/README.md
@@ -63,6 +63,17 @@ They follow upstream latest releases
```sh
sudo xbps-install -S lazygit
```
+### Scoop (Windows)
+
+You can install `lazygit` using [scoop](https://scoop.sh/). It's in the `extras` bucket:
+
+```sh
+# Add the extras bucket
+scoop bucket add extras
+
+# Install lazygit
+scoop install lazygit
+```
### Arch Linux