From 1a2a301aa2b5f0263d92933da60f75ac65eb5e2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Dost=C3=A1l?= Date: Mon, 12 Jun 2023 08:21:34 +0200 Subject: [PATCH] Add instructions for openSUSE --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index fd1afc387..7a64393ae 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,25 @@ Funtoo Linux has an autogenerated lazygit package in [dev-kit](https://github.co sudo emerge dev-vcs/lazygit ``` +### openSUSE + +The lazygit package is currently built in [devel:languages:go/lazygit](https://build.opensuse.org/package/show/devel:languages:go/lazygit). + +To install lazygit on openSUSE Tumbleweed run: + +```sh +sudo zypper ar https://download.opensuse.org/repositories/devel:/languages:/go/openSUSE_Factory/devel:languages:go.repo +sudo zypper ref && sudo zypper in lazygit +``` + +To install lazygit on openSUSE Leap run: + +```sh +source /etc/os-release +sudo zypper ar https://download.opensuse.org/repositories/devel:/languages:/go/$VERSION_ID/devel:languages:go.repo +sudo zypper ref && sudo zypper in lazygit +``` + ### FreeBSD ```sh