aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcel <cel@lOUVT+Phkvai9a/cCS/RKo+S9hnPAQdVixms/7ldpPA=.ed25519>2020-06-15 16:33:02 -0400
committercel <cel@lOUVT+Phkvai9a/cCS/RKo+S9hnPAQdVixms/7ldpPA=.ed25519>2020-06-15 16:33:02 -0400
commitcc99c6ff794caf0f77a6852abfcf67b6e3d87591 (patch)
treea90133b329ab275a35b4f8703501f5e3e3820b18 /README.md
parent490ac65ef5cf820f75106f7afca4280bcb044209 (diff)
downloadpatchfoo-cc99c6ff794caf0f77a6852abfcf67b6e3d87591.tar.gz
patchfoo-cc99c6ff794caf0f77a6852abfcf67b6e3d87591.zip
Note to use --production
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 488f6c3..99ff9c9 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ Running as a standalone process can work while you are running a ssb-server dist
```sh
git clone ssb://%YAg1hicat+2GELjE2QJzDwlAWcx0ML+1sXEdsWwvdt8=.sha256 patchfoo
cd patchfoo
-ssb-npm install
+ssb-npm install --production
npm start
```
@@ -52,7 +52,7 @@ npm start
cd ~/.ssb/node_modules
git clone ssb://%YAg1hicat+2GELjE2QJzDwlAWcx0ML+1sXEdsWwvdt8=.sha256 patchfoo
cd patchfoo
-ssb-npm install
+ssb-npm install --production
node enable-plugin.js
```