git ssb

16+

cel / patchfoo



Commit e7f0ac860f541006818f010d9dacd8a94c26f2e1

Don't use --production for standalone install

cel committed on 7/9/2020, 7:45:22 PM
Parent: f2a7f00610ce78c46b1fbe64a73b862232e0630b

Files changed

README.mdchanged
README.mdView
@@ -81,16 +81,18 @@
8181
8282 ```sh
8383 git clone ssb://%YAg1hicat+2GELjE2QJzDwlAWcx0ML+1sXEdsWwvdt8=.sha256 patchfoo
8484 cd patchfoo
85-ssb-npm install --production --branch %azW4q2GOnr52FVPK7pQk06VVMRuUJdUHXKN1PzhB9d0=.sha256
85 +ssb-npm install --branch %azW4q2GOnr52FVPK7pQk06VVMRuUJdUHXKN1PzhB9d0=.sha256
8686 npm start
8787 ```
8888
8989 #### as a ssb-server plugin
9090
9191 This is the traditional way to install and run patchfoo.
9292
93 +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.
94 +
9395 ```sh
9496 cd ~/.ssb/node_modules
9597 git clone ssb://%YAg1hicat+2GELjE2QJzDwlAWcx0ML+1sXEdsWwvdt8=.sha256 patchfoo
9698 cd patchfoo

Built with git-ssb-web