1
0
mirror of https://github.com/namibia/tips.git synced 2024-12-23 02:28:58 +00:00

Links to the files.

This commit is contained in:
hemanth.hm 2015-07-15 16:56:39 +05:30
parent abbfdf3309
commit 5b5410651d

View File

@ -1,12 +1,18 @@
## Easy steps: ## 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: `npm install` * Install the deps:
```sh
$ cd tips && npm install
```
* Edit `tips.json` to add your tip in the below format: * Edit [tips.json](./tips.json) to add your tip in the below format:
```json ```js
{ {
"title": <your_tip_title>, "title": <your_tip_title>,
"tip": <your_tip> "tip": <your_tip>