Commit 6fa3c4f057cc48da8700d4578a74c074f7f92e1b
Correct name in installation instructions ;)
Anders Rune Jensen committed on 10/2/2017, 6:33:21 PMParent: 6eab0842af17e84613fcb72d0b1895e96198f522
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -28,9 +28,9 @@ | ||
28 | 28 | mkdir -p ~/.ssb/node_modules |
29 | 29 | cd ~/.ssb/node_modules |
30 | 30 | git clone ssb://%HGaRHwvAX9LW8lUAaz8NypXZRCVqOsHTKhj//pkiEiQ=.sha256 ssb-dat-share && cd ssb-dat-share |
31 | 31 | npm install |
32 | -sbot plugins.enable ssb-viewer | |
32 | +sbot plugins.enable ssb-dat-share | |
33 | 33 | # restart sbot |
34 | 34 | ``` |
35 | 35 | |
36 | 36 | For configuration, you can change options in ~/.ssb/config, add: |
Built with git-ssb-web