diff options
author | cel <cel@lOUVT+Phkvai9a/cCS/RKo+S9hnPAQdVixms/7ldpPA=.ed25519> | 2020-08-11 21:25:47 -0400 |
---|---|---|
committer | cel <cel@lOUVT+Phkvai9a/cCS/RKo+S9hnPAQdVixms/7ldpPA=.ed25519> | 2020-08-11 21:40:14 -0400 |
commit | a1bdfaa7d8190ffc27ca4de93945c829f2d92c9d (patch) | |
tree | 6fe4d0ee540090b12c37eeeb00955d1f529347ab | |
parent | fa627f8485760b7b8d498837e9217e66c725c85d (diff) | |
download | patchfoo-a1bdfaa7d8190ffc27ca4de93945c829f2d92c9d.tar.gz patchfoo-a1bdfaa7d8190ffc27ca4de93945c829f2d92c9d.zip |
Note dummy argument for sbot plugins.install
%KDNlepL5lEnSBiALkqNdhZ3lHkxVWGr43eyuskti76k=.sha256
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -140,11 +140,13 @@ and `ssb-private` ssb-server plugins. The `ssb-search` plugin is also helpful, f If you are using a ssb-server distribution like Patchwork, Patchbay or Oasis's ssb-server, these plugins are already included. If you are using ssb-server from the command-line, the plugins have to be installed separately: ```sh -sbot plugins.install ssb-backlinks -sbot plugins.install ssb-private -sbot plugins.install ssb-search +sbot plugins.install ssb-backlinks --yes +sbot plugins.install ssb-private --yes +sbot plugins.install ssb-search --yes ``` +The `--yes` argument above is a "dummy" argument to work around the error "Cannot set property 'module' of undefined" (more info: %lvLBrXSGAulTwaFSUBKCgttC0/mO2BAnXvLOCnI+KsY=.sha256) + ## Config Pass config options with args |