diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-06-12 16:12:08 -1000 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-06-12 17:14:03 -1000 |
commit | a01c8ba40d4da741567ee05ecb7e31c08a0534f4 (patch) | |
tree | 9d5eabbe9a460b2508fe67a19ee8f50c27c2e934 /README.md | |
parent | 35fe45cff5223c7449614d5ae7ddc6da73d337ec (diff) | |
download | patchfoo-a01c8ba40d4da741567ee05ecb7e31c08a0534f4.tar.gz patchfoo-a01c8ba40d4da741567ee05ecb7e31c08a0534f4.zip |
Update plugin requirements
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -16,6 +16,7 @@ Plain SSB web UI. Uses HTML forms instead of client-side JS. Designed for use on - View public log, private log, user feeds, channels, and search. - Paginate views bidirectionally. - Compose, preview and publish public and private messages. +- *and more* ## TODO @@ -48,12 +49,12 @@ sbot plugins.enable patchfoo ## Install extras -To be able to render channels, patchfoo needs the `ssb-query` scuttlebot +To most effectively render things, patchfoo needs the `ssb-backlinks` scuttlebot plugin: ```sh -sbot plugins.install ssb-query -sbot plugins.enable ssb-query +sbot plugins.install ssb-backlinks +sbot plugins.enable ssb-backlinks # restart sbot ``` |