From a1bdfaa7d8190ffc27ca4de93945c829f2d92c9d Mon Sep 17 00:00:00 2001 From: cel Date: Tue, 11 Aug 2020 21:25:47 -0400 Subject: Note dummy argument for sbot plugins.install %KDNlepL5lEnSBiALkqNdhZ3lHkxVWGr43eyuskti76k=.sha256 --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b1af21..c6bbf3d 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3