aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2022-02-02 16:29:53 -0600
committerAnthony Wang2022-02-02 16:29:53 -0600
commit4867be43a6839c5a4c9a8ffb00a22e77c745b85c (patch)
tree4e79ba0ae64a5de36ee10cab163b8462ca526cb2
parent49a42ebeed15e950ec0d36afd658430d32fd7937 (diff)
Don't use xargs for installing packages.txt
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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