diff options
author | Anthony Wang | 2021-11-01 11:40:26 -0500 |
---|---|---|
committer | Anthony Wang | 2021-11-01 11:40:26 -0500 |
commit | 41d8a7c42bd07f1fa604b09394de16c9cd8ea2af (patch) | |
tree | 514c2c437a9a89c78809e086593494562c34e2eb | |
parent | 6d57f8595e3da1c422d1970788b29c101da453e1 (diff) |
Add dependencies install command
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | packages.txt | 5 |
2 files changed, 10 insertions, 0 deletions
@@ -5,6 +5,11 @@ Resources for Science Olympiad Astronomy. Note that due to the [license](https:/ ## Guide +### 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`. + + ### Google Drive Folder: https://drive.google.com/drive/folders/1tSWqSONcjwJWfYled2abuSCmDSUt4KiA?usp=sharing diff --git a/packages.txt b/packages.txt new file mode 100644 index 0000000..69fb81a --- /dev/null +++ b/packages.txt @@ -0,0 +1,5 @@ +kiwix-desktop +python-pip +rclone +speedcrunch +wkhtmltopdf |