diff options
author | cel <cel@lOUVT+Phkvai9a/cCS/RKo+S9hnPAQdVixms/7ldpPA=.ed25519> | 2020-07-09 15:43:45 -0400 |
---|---|---|
committer | cel <cel@lOUVT+Phkvai9a/cCS/RKo+S9hnPAQdVixms/7ldpPA=.ed25519> | 2020-07-09 15:45:22 -0400 |
commit | e7f0ac860f541006818f010d9dacd8a94c26f2e1 (patch) | |
tree | 7cbb79202414a785f738d633b8eb008a121348b4 /README.md | |
parent | f2a7f00610ce78c46b1fbe64a73b862232e0630b (diff) | |
download | patchfoo-e7f0ac860f541006818f010d9dacd8a94c26f2e1.tar.gz patchfoo-e7f0ac860f541006818f010d9dacd8a94c26f2e1.zip |
Don't use --production for standalone install
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |