Skip to content

Commit 158dd70

Browse files
committed
feat(docs): add hint about nx add
1 parent 4d2c8e7 commit 158dd70

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

apps/docs/src/content/docs/getting-started/installation.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ The recommended approach is to use the new modular package structure with the co
2020

2121
### Step 1: Install the Core Package
2222

23+
```bash
24+
nx add @nx-plugin-openapi/core
25+
```
26+
27+
or
2328
```bash
2429
npm install --save-dev @nx-plugin-openapi/core
2530
```

0 commit comments

Comments
 (0)