Skip to content

Commit ede7a63

Browse files
committed
docs(readme): update usage + config file path
1 parent a73fb0b commit ede7a63

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,14 @@ A CLI tool to generate React components with ease.
1010

1111
## Installation
1212

13+
### Installation
14+
1315
```sh
16+
# Using Deno
1417
deno install -A -n rcc jsr:@sebkolind/react-component-cli
18+
19+
# Using npm
20+
npx jsr add @luca/cases
1521
```
1622

1723
## Usage
@@ -22,7 +28,7 @@ rcc <component-name>/<sub-component-name> [/<sub-component-name> ...]
2228

2329
## Configuration
2430

25-
Create a configuration file at `~/.config/rcc/config.yml` to customize the
31+
Create a configuration file at `~/.config/@sebkolind/rcc/config.yml` to customize the
2632
generated files.
2733

2834
### Default Configuration

0 commit comments

Comments
 (0)