From 0bf985989d4631e4dbc6ab97d7ec476770d1fa01 Mon Sep 17 00:00:00 2001 From: Kyle Lobo Date: Wed, 5 Jun 2019 20:23:03 +0530 Subject: [PATCH] Create Minimal.md --- README Templates/Minimal.md | 41 +++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 README Templates/Minimal.md diff --git a/README Templates/Minimal.md b/README Templates/Minimal.md new file mode 100644 index 0000000..d6144e0 --- /dev/null +++ b/README Templates/Minimal.md @@ -0,0 +1,41 @@ +# Table of Contents ++ [About](#about) ++ [Getting Started](#getting_started) ++ [Usage](#usage) ++ [Contributing](../CONTRIBUTING.md) + +## About +Write about 1-2 paragraphs describing the purpose of your project. + +## Getting Started +These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See [deployment](#deployment) for notes on how to deploy the project on a live system. + +### Prerequisites + +What things you need to install the software and how to install them. + +``` +Give examples +``` + +### Installing + +A step by step series of examples that tell you how to get a development env running. + +Say what the step will be + +``` +Give the example +``` + +And repeat + +``` +until finished +``` + +End with an example of getting some data out of the system or using it for a little demo. + +## Usage + +Add notes about how to use the system.