From 30cd862fc0e173698fc17487c4b96d8f64b701ea Mon Sep 17 00:00:00 2001 From: Sebastian Stasiak Date: Mon, 28 Feb 2022 22:57:23 +0100 Subject: [PATCH] Update commands for Arch (#1306) --- docs/README.md | 4 ++-- docs/installation/methods.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index bc7f0e7a..590e0de4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -205,12 +205,12 @@ Also works for other Arch-derived distributions like ArcoLinux, EndeavourOS, Art ```bash # Install httpie -$ pacman -Sy httpie +$ pacman -Syu httpie ``` ```bash # Upgrade httpie -$ pacman -Syu httpie +$ pacman -Syu ``` ### FreeBSD diff --git a/docs/installation/methods.yml b/docs/installation/methods.yml index 1583b236..0828b0d6 100644 --- a/docs/installation/methods.yml +++ b/docs/installation/methods.yml @@ -106,9 +106,9 @@ tools: package: https://archlinux.org/packages/community/any/httpie/ commands: install: - - pacman -Sy httpie - upgrade: - pacman -Syu httpie + upgrade: + - pacman -Syu pkg: title: FreshPorts