Links to the files.

This commit is contained in:
hemanth.hm 2015-07-15 16:56:39 +05:30
parent abbfdf3309
commit 5b5410651d
1 changed files with 12 additions and 6 deletions

View File

@ -1,12 +1,18 @@
## Easy steps:
* Clone the repo.
* Clone this [repo](https://github.com/git-tips/tips.git):
```sh
$ git clone https://github.com/git-tips/tips.git
```
* Install the deps:
```sh
$ cd tips && npm install
```
* Edit [tips.json](./tips.json) to add your tip in the below format:
* Install the deps: `npm install`
* Edit `tips.json` to add your tip in the below format:
```json
```js
{
"title": <your_tip_title>,
"tip": <your_tip>