Skip to content

Commit ce63b29

Browse files
qwertviopJohnAZoidberg
authored andcommitted
README: fix Archlinux installation instruction
Using `pacman -Sy <pkg>` to install a package may lead to a partial upgrade and should not be used. Use `pacman -S <pkg>` instead. See https://wiki.archlinux.org/title/Pacman#Installing_packages.
1 parent 5cc2324 commit ce63b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can find lots of examples in [EXAMPLES.md](./EXAMPLES.md).
1414
- [NixOS](https://github.com/NixOS/nixpkgs/blob/nixos-25.05/pkgs/by-name/fr/framework-tool/package.nix)
1515
- `nix-shell -p framework-tool`
1616
- [ArchLinux](https://archlinux.org/packages/extra/x86_64/framework-system/)
17-
- `pacman -Sy framework-system`
17+
- `pacman -S framework-system`
1818
- [Bazzite](https://github.com/ublue-os/bazzite/pull/3026)
1919
- Others
2020
- Build from source

0 commit comments

Comments
 (0)