From 6dd93704a3218a26d10a4268f73c919eea3f22c8 Mon Sep 17 00:00:00 2001 From: Louie Shprung Date: Fri, 12 May 2023 15:08:05 -0700 Subject: Add links to dependencies (addresses issue where someone didn't know what pup is) --- README.template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.template') 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 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 -- cgit