diff options
author | Louie Shprung <lshprung@scu.edu> | 2023-05-12 15:08:05 -0700 |
---|---|---|
committer | Louie Shprung <lshprung@scu.edu> | 2023-05-12 15:08:05 -0700 |
commit | 6dd93704a3218a26d10a4268f73c919eea3f22c8 (patch) | |
tree | 7ad39e31d524fcf0d5ac2e72956f337b54c0bd38 /README.template | |
parent | 3c6bd67b02dfb5dd7ac11455741530c3ebd034fa (diff) |
Add links to dependencies (addresses issue where someone didn't know what pup is)
Diffstat (limited to 'README.template')
-rw-r--r-- | README.template | 8 |
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 |