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 PMGitHub committed on 6/17/2017, 7:25:26 PM
Parent: a7a79b3bfc7a1384d25d8ecf5d7abc91472c8226
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -35,9 +35,9 @@ | ||
35 | 35 … | # then in another tab (these must be separate commands) |
36 | 36 … | sbot plugins.install ssb-contacts |
37 | 37 … | sbot plugins.install ssb-about |
38 | 38 … | sbot plugins.install ssb-backlinks |
39 | -sbot plugins.install ssb-fulltext # for faster searches (optional) | |
39 … | +sbot plugins.install ssb-fulltext # for faster searches | |
40 | 40 … | |
41 | 41 … | # restart sbot server (go back to previous tab and kill it) |
42 | 42 … | ``` |
43 | 43 … |
Built with git-ssb-web