Commit e7f0ac860f541006818f010d9dacd8a94c26f2e1
Don't use --production for standalone install
cel committed on 7/9/2020, 7:45:22 PMParent: f2a7f00610ce78c46b1fbe64a73b862232e0630b
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -81,16 +81,18 @@ | ||
81 | 81 … | |
82 | 82 … | ```sh |
83 | 83 … | git clone ssb://%YAg1hicat+2GELjE2QJzDwlAWcx0ML+1sXEdsWwvdt8=.sha256 patchfoo |
84 | 84 … | cd patchfoo |
85 | -ssb-npm install --production --branch %azW4q2GOnr52FVPK7pQk06VVMRuUJdUHXKN1PzhB9d0=.sha256 | |
85 … | +ssb-npm install --branch %azW4q2GOnr52FVPK7pQk06VVMRuUJdUHXKN1PzhB9d0=.sha256 | |
86 | 86 … | npm start |
87 | 87 … | ``` |
88 | 88 … | |
89 | 89 … | #### as a ssb-server plugin |
90 | 90 … | |
91 | 91 … | This is the traditional way to install and run patchfoo. |
92 | 92 … | |
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 … | + | |
93 | 95 … | ```sh |
94 | 96 … | cd ~/.ssb/node_modules |
95 | 97 … | git clone ssb://%YAg1hicat+2GELjE2QJzDwlAWcx0ML+1sXEdsWwvdt8=.sha256 patchfoo |
96 | 98 … | cd patchfoo |
Built with git-ssb-web