From b8522f683c571c70c9672f03f5dff0480fef5c42 Mon Sep 17 00:00:00 2001 From: Emily Roberts Date: Tue, 15 Dec 2020 01:17:44 -0700 Subject: [PATCH 1/2] Add openSUSE distro package install instructions Added the instructions to install the GitHub CLI from the openSUSE distribution repositories --- docs/install_linux.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/install_linux.md b/docs/install_linux.md index 4fe314777..37cad108e 100644 --- a/docs/install_linux.md +++ b/docs/install_linux.md @@ -145,6 +145,12 @@ Nix/NixOS users can install from [nixpkgs](https://search.nixos.org/packages?sho ```bash nix-env -iA nixos.gitAndTools.gh ``` +### openSUSE +openSUSE Tumbleweed users can install from the [offical distribution repo](https://software.opensuse.org/package/gh): +```bash +sudo zypper in gh +``` +This package is not available on the current release of openSUSE Leap ### Snaps From cba15d0109bd1e3a650879935bacc7d05e36b62d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Tue, 15 Dec 2020 15:16:33 +0100 Subject: [PATCH 2/2] Clarify openSUSE Tumbleweed instructions --- docs/install_linux.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/install_linux.md b/docs/install_linux.md index 37cad108e..d51f35d09 100644 --- a/docs/install_linux.md +++ b/docs/install_linux.md @@ -145,12 +145,13 @@ Nix/NixOS users can install from [nixpkgs](https://search.nixos.org/packages?sho ```bash nix-env -iA nixos.gitAndTools.gh ``` -### openSUSE + +### openSUSE Tumbleweed + openSUSE Tumbleweed users can install from the [offical distribution repo](https://software.opensuse.org/package/gh): ```bash sudo zypper in gh ``` -This package is not available on the current release of openSUSE Leap ### Snaps