From 4867be43a6839c5a4c9a8ffb00a22e77c745b85c Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Wed, 2 Feb 2022 16:29:53 -0600 Subject: Don't use xargs for installing packages.txt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20781e3..85a6669 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Resources for Science Olympiad Astronomy. Note that due to the [license](LICENSE ### Install dependencies -You can install all the required dependencies on Arch Linux with `cat packages.txt | xargs sudo pacman -S --asdeps --noconfirm`. For other Linux distros, install your distro's version of the packages in `packages.txt`. +You can install all the required dependencies on Arch Linux with `sudo pacman -S --asdeps $(cat packages.txt)`. For other Linux distros, install your distro's version of the packages in `packages.txt`. ### Kiwix -- cgit v1.2.3-70-g09d2