aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index b95c5530d..2485f9a6c 100644
--- a/README.md
+++ b/README.md
@@ -259,6 +259,15 @@ If you previously ran `npm install` it sometimes is necessary to delete your `no
259$ npm run rebuild 259$ npm run rebuild
260``` 260```
261 261
262### Package recipe repository
263
264Ferdi requires its recipes to be packaged before it can use it. When running Ferdi as a development instance, you'll need to package the local recipes before you can create any services inside Ferdi.
265
266```bash
267$ cd recipes
268$ npm install && npm run package
269```
270
262### Start development app 271### Start development app
263 272
264Run these two commands **simultaneously** in different terminals: 273Run these two commands **simultaneously** in different terminals: