summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouie Shprung <lshprung@scu.edu>2023-05-12 15:08:05 -0700
committerLouie Shprung <lshprung@scu.edu>2023-05-12 15:08:05 -0700
commit6dd93704a3218a26d10a4268f73c919eea3f22c8 (patch)
tree7ad39e31d524fcf0d5ac2e72956f337b54c0bd38
parent3c6bd67b02dfb5dd7ac11455741530c3ebd034fa (diff)
Add links to dependencies (addresses issue where someone didn't know what pup is)
-rw-r--r--README.template8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.template b/README.template
index c05bcf6..6fa12d5 100644
--- a/README.template
+++ b/README.template
@@ -11,7 +11,7 @@ will be downloaded from <UPSTREAM HOST> and packaged appropriately.
Requirements:
- any POSIX-compliant shell
-- curl
-- make
-- pup
-- sqlite3
+- curl - https://curl.se/
+- make - https://www.gnu.org/software/make/
+- pup - https://tracker.debian.org/pkg/pup
+- sqlite3 - https://www.sqlite.org/index.html