Update 'README.md'

This commit is contained in:
Liam Waldron 2022-06-26 16:30:46 -04:00
parent 162c9eef8f
commit 3fca464cc7

View File

@ -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 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 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 - 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) - (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`) - A separate file in the repositories named (package_name).signature (this can be done by running `shasum (package).tar.gz`)