diff --git a/README.md b/README.md index 9a1de8026..0cee7fdce 100644 --- a/README.md +++ b/README.md @@ -227,10 +227,10 @@ packages/uninstall/%: ### Contributing Additional Packages In addition to following the Contributing section, the following steps can be used to add new packages for review (via a PR). 1. Clone an existing, similar, package within the vendors directory. Name the new folder with the same name as the binary package being installed. -2. At a minimum, update the VERSION, DESCRIPTION, and Makefile to reflect the binary being installed. Ensure that a test section exists and works. +2. At a minimum, update the `VERSION`, `DESCRIPTION`, and `Makefile` to reflect the binary being installed. Ensure that a test section exists and works. 3. Test the install and ensure that it downloads and runs as expected (`make -C install INSTALL_PATH=/tmp`) 4. Test the build (`make all`) -5. Update the README.md (`make readme/build`) +5. Update the `README.md` (`make readme/build`)