diff options
-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 |