Skip to content

Commit

Permalink
Update README.md (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudpossebot authored and osterman committed Nov 19, 2019
1 parent e2a0d9b commit 9f414e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <your_package> 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`)



Expand Down

0 comments on commit 9f414e9

Please sign in to comment.