Skip to content

Commit 4f97d53

Browse files
ziyao233cmuellner
authored andcommitted
Clean up the guide of dependency installation on ArchLinux
- Avoid -yy flag as it forces synchronization with the package source, causing unnecessary extra traffic. - Remove dependencies covered by base-devel. Fixes: 6327954 ("Update README.md") Signed-off-by: Yao Zi <ziyao@disroot.org>
1 parent a33dac0 commit 4f97d53

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
@@ -28,7 +28,7 @@ On Fedora/CentOS/RHEL OS, executing the following command should suffice:
2828

2929
On Arch Linux, executing the following command should suffice:
3030

31-
$ sudo pacman -Syyu autoconf automake curl python3 libmpc mpfr gmp gawk base-devel bison flex texinfo gperf libtool patchutils bc zlib expat libslirp
31+
$ sudo pacman -Syu curl python3 libmpc mpfr gmp base-devel texinfo gperf patchutils bc zlib expat libslirp
3232

3333
Also available for Arch users on the AUR: [https://aur.archlinux.org/packages/riscv-gnu-toolchain-bin](https://aur.archlinux.org/packages/riscv-gnu-toolchain-bin)
3434

0 commit comments

Comments
 (0)