Skip to content

Commit e4b7ce0

Browse files
committed
docs: write README.md
1 parent 452df9b commit e4b7ce0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Give consistency to your project's git logs.
2222
```sh
2323
$ npm install -g git-consistent
2424
# or
25-
$ yarn global add git-consistent
25+
$ # yarn global add git-consistent # not recommended
2626
```
2727

2828
### Optional settings
@@ -32,11 +32,9 @@ $ yarn global add git-consistent
3232
$ git config --global alias.con "consistent -i"
3333

3434
# setting editor (for text type input) if you use editor other than vim.
35-
$ export EDITOR='code -w'
36-
# or
37-
$ export EDITOR='atom -w'
35+
$ export EDITOR='cursor -w'
3836
# or
39-
$ export EDITOR='subl -w'
37+
$ export EDITOR='code -w'
4038
# or etc.
4139
```
4240

0 commit comments

Comments
 (0)