Skip to content

Commit 6965131

Browse files
committed
installation guide added
1 parent 1a330c5 commit 6965131

File tree

1 file changed

+5
-1
lines changed
  • packages/backend/src/plugins/padma-backend

1 file changed

+5
-1
lines changed

packages/backend/src/plugins/padma-backend/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ To integrate Padma’s custom Strapi plugin, follow these steps:
1111
If you already have Strapi installed, add the Padma plugin by running the following command:
1212

1313
```bash
14-
npm install padma-plugin
14+
npm install @padmadev/padma-backend
15+
```
16+
17+
```bash
18+
yarn add @padmadev/padma-backend
1519
```
1620

1721
2. **Configure the Plugin**

0 commit comments

Comments
 (0)