36 lines
757 B
Markdown
36 lines
757 B
Markdown
# eg
|
|
|
|
## Description
|
|
"For Example" files. Like this README.
|
|
|
|
## Table of Contents
|
|
|
|
* [Features](#features)
|
|
* [Todos](#todos)
|
|
* [Usage](#usage)
|
|
* [Acknowledgments](#acknowledgments)
|
|
* [License](#license)
|
|
|
|
|
|
## Features
|
|
|
|
## Todos
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
# Example installation - note only works on an empty directory.
|
|
cd ~
|
|
git clone https://myrepos.dev/Randy-Jordan/eg.git .
|
|
|
|
```
|
|
|
|
## Acknowledgments
|
|
[Readme Driven Development - Tom Preston-Werner](https://tom.preston-werner.com/2010/08/23/readme-driven-development.html)<br>
|
|
[Choose a License](https://choosealicense.com/)<br>
|
|
[Useful .gitignore Templates](https://github.com/github/gitignore)<br>
|
|
|
|
## License
|
|
This project is licensed under the MIT License - see the [MIT License](LICENSE.md) file for details.
|
|
|