aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2017-06-12 16:12:08 -1000
committercel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2017-06-12 17:14:03 -1000
commita01c8ba40d4da741567ee05ecb7e31c08a0534f4 (patch)
tree9d5eabbe9a460b2508fe67a19ee8f50c27c2e934 /README.md
parent35fe45cff5223c7449614d5ae7ddc6da73d337ec (diff)
downloadpatchfoo-a01c8ba40d4da741567ee05ecb7e31c08a0534f4.tar.gz
patchfoo-a01c8ba40d4da741567ee05ecb7e31c08a0534f4.zip
Update plugin requirements
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4351681..682675e 100644
--- a/README.md
+++ b/README.md
@@ -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
```