mirror of
https://github.com/namibia/tips.git
synced 2024-12-22 18:18:58 +00:00
Links to the files.
This commit is contained in:
parent
abbfdf3309
commit
5b5410651d
@ -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: `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>,
|
||||
"tip": <your_tip>
|
||||
|
Loading…
Reference in New Issue
Block a user