Brief description of your repository.
Features • Requirements • Description • Use • Install & Run • Compile & Run • Build & Run • Contributing • References • License
Brief demonstration of what your repository does in a gif or an image.
- No installation necessary - just use the binary.
- Easy to modify.
- Multi-Platform
- Windows, macOS and Linux.
- Etc...
A description of your repository.
#include <iostream>
int main()
{
// ...
std::cout << "Hello World!!!";
return EXIT_SUCCESS;
// ...
}
- git
- Etc...
To clone this repository, you'll need to have git installed on your computer.
From your command line:
git clone https://github.com/CM0use/README-TEMPLATE.git
cd README-TEMPLATE
Run on macOS & Linux:
nano README.md
Run on Windows:
README.md
Instructions for Windows
Instructions for Linux/macOS
Instructions for Windows
Instructions for Linux/macOS
Any contribution you make will be greatly appreciated.
If you have any ideas/suggestions to improve this repository, make a fork and create a pull request.
You can also open the issue tracker to report any improvements or bugs.
Like the acknowledgments.
Distributed under the GNU General Public License v3.0
See accompanying file LICENSE
or copy at GNU General Public License
Resources I have relied on to make this repository: