Skip to content

Commit 50eb84c

Browse files
committed
docs: Add npx and yarn dlx initialization instructions to README.
1 parent 573786b commit 50eb84c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,18 @@ Turn your AI assistant into a senior engineer that knows your team's rules.
1515

1616
Initialize standardized rules in your project with a single command. **No installation required.**
1717

18+
### Using bash
19+
1820
```bash
1921
npx codingwithagent init
2022
```
2123

24+
### Using yarn
25+
26+
```bash
27+
yarn dlx codingwithagent init
28+
```
29+
2230
The interactive CLI will guide you through the setup:
2331

2432
```

0 commit comments

Comments
 (0)