diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-04-19 18:31:18 -0700 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-04-19 18:31:18 -0700 |
commit | 7abd3c86b311b5fd35fbf76f50004c7300069a3a (patch) | |
tree | 9de712912037a793a3b0b2437af6190355fc0747 /README.md | |
parent | 1c2dae811b7b511f0346d86b1c7331a80b2af611 (diff) | |
download | patchfoo-7abd3c86b311b5fd35fbf76f50004c7300069a3a.tar.gz patchfoo-7abd3c86b311b5fd35fbf76f50004c7300069a3a.zip |
Note ssb-query requirement
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -46,6 +46,17 @@ sbot plugins.enable patchfoo # restart sbot ``` +## Install extras + +To be able to render channels, patchfoo needs the `ssb-query` scuttlebot +plugin: + +```sh +sbot plugins.install ssb-query +sbot plugins.enable ssb-query +# restart sbot +``` + ## Config Pass config options with args |