Skip to content

Commit de62a45

Browse files
bors[bot]LtdJorge
andauthored
Merge #80
80: Add yarn build step to the readme r=bidoubiwa a=LtdJorge Hi! Either I missed something or you forgot to put a "yarn build" step on the readme, so I added one. Let me know if I'm wrong and it should be done other way. Co-authored-by: LtdJorge <[email protected]>
2 parents bce908f + 363e095 commit de62a45

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)