aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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
```