From c843dddf0d7d5665fe01789cfa262c8efb80b653 Mon Sep 17 00:00:00 2001 From: Miroma <136986257+its-miroma@users.noreply.github.com> Date: Wed, 25 Sep 2024 21:49:20 +0200 Subject: [PATCH] Add GPG key instructions to appropriate sections --- docs/install_linux.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/install_linux.md b/docs/install_linux.md index fabaa19aa..882ee3976 100644 --- a/docs/install_linux.md +++ b/docs/install_linux.md @@ -49,6 +49,9 @@ Alternatively, install from the [community repository](https://packages.fedorapr sudo dnf install gh ``` +> [!NOTE] +> If errors regarding GPG signatures occur, see [cli/cli#9569](https://github.com/cli/cli/issues/9569) for steps to fix this. + Upgrade: ```bash @@ -91,6 +94,9 @@ sudo zypper ref sudo zypper update gh ``` +> [!NOTE] +> If errors regarding GPG signatures occur, see [cli/cli#9569](https://github.com/cli/cli/issues/9569) for steps to fix this. + ## Manual installation * [Download release binaries][releases page] that match your platform; or