summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGadzhi Kharkharov <1460122+kkga@users.noreply.github.com>2020-07-17 11:39:53 +0300
committerJesse Duffield <jessedduffield@gmail.com>2020-07-18 19:48:05 +1000
commit0e65db10d85304c2ab8418e5219c267277a9c886 (patch)
tree12d1910bc82c84cf573ed798ecacf9e89c9565a6
parenta9cc3219815b7c9de0c7300e1d78f8ae42636990 (diff)
add solus linux installation info
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2692c284f..05f5d8d0b 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,7 @@ If you're a mere mortal like me and you're tired of hearing how powerful git is
- [Scoop (Windows)](#scoop-windows)
- [Arch Linux](#arch-linux)
- [Fedora and CentOS 7](#fedora-and-centos-7)
+ - [Solus Linux](#solus-linux)
- [FreeBSD](#freebsd)
- [Conda](#conda)
- [Go](#go)
@@ -125,6 +126,12 @@ sudo dnf copr enable atim/lazygit -y
sudo dnf install lazygit
```
+### Solus Linux
+
+```sh
+sudo eopkg install lazygit
+```
+
### FreeBSD
```sh