Skip to content

Commit f615728

Browse files
author
FalkWolsky
committed
fix documentation for plugin creator
1 parent 2d345e8 commit f615728

File tree

1 file changed

+2
-2
lines changed
  • client/packages/create-lowcoder-plugin

1 file changed

+2
-2
lines changed

client/packages/create-lowcoder-plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This script helps you to create a skeleton Lowcoder Component, which you can the
66

77
1) Navigate your terminal or bash to /client and install general dependencies
88
```bash
9-
cd /client
9+
cd client
1010
yarn install
1111
```
1212
1) execute the Plugin Builder Script. PLease name your plugin with the prefix lowcoder-comp-
@@ -16,7 +16,7 @@ npm create lowcoder-plugin lowcoder-comp-my-plugin
1616
```
1717
3) Navigate your terminal or bash to the newly created Plugin folder
1818
```bash
19-
cd /lowcoder-comp-my-plugin
19+
cd lowcoder-comp-my-plugin
2020
```
2121
4) install all dependencies:
2222
```bash

0 commit comments

Comments
 (0)