Skip to content

Commit 6691049

Browse files
committed
Add init command to docs
1 parent fd2a631 commit 6691049

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,14 @@ Then add this line to `~/.bash_profile` (or `~/.zshrc`):
119119
export GREN_GITHUB_TOKEN=your_token_here
120120
```
121121

122+
#### Init
123+
124+
If you need help to create the configuration file, you can run the following command and follow the instructions
125+
126+
```
127+
gren init
128+
```
129+
122130
## Basic Usage
123131

124132
`gren` gets the repo information directly from the folder where `git` is initialised.

docs/options.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ The options are the same on specified above but in camelCase *e.g*:
3636
}
3737
```
3838

39+
If you need help to create the configuration file, you can run the following command and follow the instructions
40+
41+
```
42+
gren init
43+
```
44+
3945
### Group By
4046

4147
Via the configuration file you can have more complex grouping, using labels in a more creative way.

0 commit comments

Comments
 (0)