aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7fcc868c2..c26de8a12 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -137,7 +137,7 @@ cd recipes && npm i && npm run package
137### Using Docker to build a linux-targetted packaged app 137### Using Docker to build a linux-targetted packaged app
138 138
139```bash 139```bash
140docker build -t ferdi-package . 140docker build -t ferdi-package-`uname -m` .
141``` 141```
142 142
143The above will place all the built artifacts into the `/ferdi` folder within the image. 143The above will place all the built artifacts into the `/ferdi` folder within the image.