From ab0b9cf027ec95a935d81f0b83558ac597bef504 Mon Sep 17 00:00:00 2001 From: Felix Pehla <29adc1fd92@gmail.com> Date: Tue, 16 Sep 2025 11:59:20 +0200 Subject: [PATCH] README: fix Archlinux installation instruction Using `pacman -Sy ` to install a package may lead to a partial upgrade and should not be used. Use `pacman -S ` instead. See https://wiki.archlinux.org/title/Pacman#Installing_packages. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac091792..469a13db 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ You can find lots of examples in [EXAMPLES.md](./EXAMPLES.md). - [NixOS](https://github.com/NixOS/nixpkgs/blob/nixos-25.05/pkgs/by-name/fr/framework-tool/package.nix) - `nix-shell -p framework-tool` - [ArchLinux](https://archlinux.org/packages/extra/x86_64/framework-system/) - - `pacman -Sy framework-system` + - `pacman -S framework-system` - [Bazzite](https://github.com/ublue-os/bazzite/pull/3026) - Others - Build from source