summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTsvetomir Bonev <invakid404@riseup.net>2021-11-25 08:44:14 +0200
committerJesse Duffield <jessedduffield@gmail.com>2021-12-25 22:26:46 +1100
commitfca2f90f57afc729c6a2e7328dff44796f20c96e (patch)
tree12a40597efb8428e662635a17c74eb50ca1e8a06 /README.md
parentfdf0d4a2c3f1112b5b9063ac9a73f18fab2362ef (diff)
chore: add funtoo linux instructions
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 e0455e32f..45117e74c 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,7 @@ If you're a mere mortal like me and you're tired of hearing how powerful git is
- [Arch Linux](#arch-linux)
- [Fedora and CentOS 7](#fedora-and-centos-7)
- [Solus Linux](#solus-linux)
+ - [Funtoo Linux](#funtoo-linux)
- [FreeBSD](#freebsd)
- [Conda](#conda)
- [Go](#go)
@@ -142,6 +143,14 @@ sudo dnf install lazygit
sudo eopkg install lazygit
```
+### Funtoo Linux
+
+Funtoo Linux has an autogenerated lazygit package in [dev-kit](https://github.com/funtoo/dev-kit/tree/1.4-release/dev-vcs/lazygit):
+
+```sh
+sudo emerge dev-vcs/lazygit
+```
+
### FreeBSD
```sh