diff --git a/README.md b/README.md new file mode 100644 index 0000000..1cec17b --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# README Boilerplate + +A collection of best practices for a simple and informative README. + +## Installation + +Download to your project directory, add it, and commit. + +```sh +curl -O https://github.com/christianbundy/readme-boilerplate.md +git add README.md +git commit -m "Add README Boilerplate" +``` + +## Usage + +Edit `README.md` with the name of your project, a description, installation instructions, usage instructions, how to get support, and how people can contribute to your project. + +## Support + +Please open an issue to receive support for this project. + +## Contributing + +Fork the project, create a new branch, make your changes, and open a pull request.