From 3fca464cc70d2b5f3290fb31b691fa5cf14c2951 Mon Sep 17 00:00:00 2001 From: Liam Waldron Date: Sun, 26 Jun 2022 16:30:46 -0400 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2976b5f..4434d3f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Regardless of which method you choose, all archives must have the following file - A script named INSTALL.sh describing what steps must be taken to install the package - A script named UPDATE.sh describing what steps must be taken to update the package - A script named REMOVE.sh describing what steps must be taken to remove the package -- The executable (or a makefile and configure script if the program will be compiled from source) +- The executable (or the source tree if the program will be compiled from source) - (optional) a copy of the license (if it utilizes a license that is not GPL 3.0) - A separate file in the repositories named (package_name).signature (this can be done by running `shasum (package).tar.gz`)