summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9cdef1f35..5c49a977c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -37,6 +37,7 @@
37 - [Update the code](#update-the-code) 37 - [Update the code](#update-the-code)
38 - [Update Node.js and npm](#update-nodejs-and-npm) 38 - [Update Node.js and npm](#update-nodejs-and-npm)
39 - [Update dependences](#update-dependences) 39 - [Update dependences](#update-dependences)
40
40<!-- /TOC --> 41<!-- /TOC -->
41 42
42## Code of Conduct 43## Code of Conduct
@@ -150,7 +151,7 @@ npm run build
150Ferdi 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. 151Ferdi 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.
151 152
152```bash 153```bash
153cd recipes && npm i && npm run package 154cd recipes && pnpm i && pnpm run package
154``` 155```
155 156
156### Using Docker to build a linux-targetted packaged app 157### Using Docker to build a linux-targetted packaged app