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