From 329adacc77c5beceaf428157d5725ad05c8aac1b Mon Sep 17 00:00:00 2001 From: Simon Pichugin Date: Thu, 17 Sep 2020 11:32:10 +0200 Subject: [PATCH] Fix dnf update command --- docs/install_linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install_linux.md b/docs/install_linux.md index 4a21c0094..70bd25f6b 100644 --- a/docs/install_linux.md +++ b/docs/install_linux.md @@ -38,7 +38,7 @@ sudo dnf install gh Upgrade: ```bash -sudo dnf install gh +sudo dnf update gh ``` ### openSUSE/SUSE Linux (zypper)