aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcel <cel@lOUVT+Phkvai9a/cCS/RKo+S9hnPAQdVixms/7ldpPA=.ed25519>2020-07-09 15:43:45 -0400
committercel <cel@lOUVT+Phkvai9a/cCS/RKo+S9hnPAQdVixms/7ldpPA=.ed25519>2020-07-09 15:45:22 -0400
commite7f0ac860f541006818f010d9dacd8a94c26f2e1 (patch)
tree7cbb79202414a785f738d633b8eb008a121348b4
parentf2a7f00610ce78c46b1fbe64a73b862232e0630b (diff)
downloadpatchfoo-e7f0ac860f541006818f010d9dacd8a94c26f2e1.tar.gz
patchfoo-e7f0ac860f541006818f010d9dacd8a94c26f2e1.zip
Don't use --production for standalone install
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5508d53..dc239de 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@ Running as a standalone process this way is useful if you can use git-ssb and ss
```sh
git clone ssb://%YAg1hicat+2GELjE2QJzDwlAWcx0ML+1sXEdsWwvdt8=.sha256 patchfoo
cd patchfoo
-ssb-npm install --production --branch %azW4q2GOnr52FVPK7pQk06VVMRuUJdUHXKN1PzhB9d0=.sha256
+ssb-npm install --branch %azW4q2GOnr52FVPK7pQk06VVMRuUJdUHXKN1PzhB9d0=.sha256
npm start
```
@@ -90,6 +90,8 @@ npm start
This is the traditional way to install and run patchfoo.
+Using `--production` skips installing `ssb-client`, which is not needed for plugin usage. If you want to also be able to run patchfoo as a standalone process, omit the `--production` option in the commands below.
+
```sh
cd ~/.ssb/node_modules
git clone ssb://%YAg1hicat+2GELjE2QJzDwlAWcx0ML+1sXEdsWwvdt8=.sha256 patchfoo