diff options
author | Anthony Wang | 2022-02-02 16:29:53 -0600 |
---|---|---|
committer | Anthony Wang | 2022-02-02 16:29:53 -0600 |
commit | 4867be43a6839c5a4c9a8ffb00a22e77c745b85c (patch) | |
tree | 4e79ba0ae64a5de36ee10cab163b8462ca526cb2 | |
parent | 49a42ebeed15e950ec0d36afd658430d32fd7937 (diff) |
Don't use xargs for installing packages.txt
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |