Skip to content

Commit 363e095

Browse files
author
LtdJorge
committed
Add yarn build step to the readme
1 parent bce908f commit 363e095

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,11 @@ mkdir plugins
8383
cd plugins
8484
ln -s [PATH_TO_PLUGIN] meilisearch
8585
```
86-
3. Develop
86+
3. Build
87+
```bash
88+
yarn build
89+
```
90+
4. Develop
8791

8892
```bash
8993
yarn develop

0 commit comments

Comments
 (0)