22 lines
348 B
Text
22 lines
348 B
Text
|
|
# {Name}
|
||
|
|
|
||
|
|
{Description}
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## Quick Start
|
||
|
|
|
||
|
|
Clone this repository (using SSH):
|
||
|
|
|
||
|
|
```
|
||
|
|
git clone {CloneURL_SSH}
|
||
|
|
```
|
||
|
|
|
||
|
|
Clone this repository (using HTTP/HTTPS):
|
||
|
|
|
||
|
|
```
|
||
|
|
git clone {CloneURL_HTTPS}
|
||
|
|
```
|
||
|
|
|
||
|
|
Need help cloning? Visit <a target="_blank" rel="noopener noreferrer" href="http://git-scm.com/book/en/v2/Git-Basics-Getting-a-Git-Repository">Help</a>.
|