Skip to content

Commit 0f3706b

Browse files
committed
Update README
1 parent 5fc7353 commit 0f3706b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ This command line tools generate textlint rule project files by one command.
1010
Install with [npm](https://www.npmjs.com/):
1111

1212
npm install create-textlint-rule -g
13+
# Or
14+
npx create-textlint-rule
1315

1416
## Usage
1517

@@ -25,7 +27,10 @@ Usage of `create-textlint-rule` command.
2527
--yes Pass --yes all for initializing process
2628

2729
Examples
28-
$ create-textlint-rule awesome-rule
30+
# create textlint-rule-example directory and install
31+
$ create-textlint-rule example
32+
# install to current directory
33+
$ create-textlint-rule .
2934

3035
Create textlint rule project by following command:
3136

0 commit comments

Comments
 (0)