git ssb

16+

Dominic / patchbay



Commit 17058bda8f3ec2ed8cca617fca2a13632716328b

fulltext is not optional as search will not work if is not installed

Anders Rune Jensen authored on 6/17/2017, 7:25:26 PM
GitHub committed on 6/17/2017, 7:25:26 PM
Parent: a7a79b3bfc7a1384d25d8ecf5d7abc91472c8226

Files changed

README.mdchanged
README.mdView
@@ -35,9 +35,9 @@
3535 # then in another tab (these must be separate commands)
3636 sbot plugins.install ssb-contacts
3737 sbot plugins.install ssb-about
3838 sbot plugins.install ssb-backlinks
39-sbot plugins.install ssb-fulltext # for faster searches (optional)
39 +sbot plugins.install ssb-fulltext # for faster searches
4040
4141 # restart sbot server (go back to previous tab and kill it)
4242 ```
4343

Built with git-ssb-web