Skip to content

Commit 5b54106

Browse files
committed
Links to the files.
1 parent abbfdf3 commit 5b54106

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

contributing.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
## Easy steps:
22

3-
* Clone the repo.
3+
* Clone this [repo](https://github.com/git-tips/tips.git):
4+
```sh
5+
$ git clone https://github.com/git-tips/tips.git
6+
```
7+
8+
* Install the deps:
9+
```sh
10+
$ cd tips && npm install
11+
```
12+
13+
* Edit [tips.json](./tips.json) to add your tip in the below format:
414

5-
* Install the deps: `npm install`
6-
7-
* Edit `tips.json` to add your tip in the below format:
8-
9-
```json
15+
```js
1016
{
1117
"title": <your_tip_title>,
1218
"tip": <your_tip>

0 commit comments

Comments
 (0)