Commit 7965978072096253e70c0c9fc36978a0077132f4
up to date install instructions
Dominic Tarr committed on 7/13/2016, 3:32:45 AMParent: 9481e80eb5bae6cad73891ae1f76cacb90222f66
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -63,22 +63,30 @@ | ||
63 | 63 | npm install scuttlebot@latest -g |
64 | 64 | # make sure you have secure-scuttlebutt@15.2.0 |
65 | 65 | npm ls secure-scuttlebutt -g |
66 | 66 | sbot server |
67 | -# then in another tab | |
68 | -sbot plugins.install ssb-links ssb-query # must have patchwork >=2.8 | |
67 | +# OR, install and run patchwork. (must have at least >= 2.8) | |
68 | + | |
69 | +# then in another tab (these must be two separate commands) | |
70 | +sbot plugins.install ssb-links | |
71 | +sbot plugins.install ssb-query | |
69 | 72 | # restart sbot server (go back to previous tab and kill it) |
70 | 73 | ``` |
71 | 74 | now clone and run patchboard. |
72 | 75 | ``` |
73 | 76 | git clone https://github.com/dominictarr/patchbay.git |
74 | 77 | cd patchbay |
75 | 78 | npm install electro electron-prebuilt -g |
76 | -patchwork plugins.install ssb-links ssb-query # must have patchwork >=2.8 | |
79 | +# for node@6, you'll currently need to use js crypto. | |
80 | +CHLORIDE_JS=1 electro index.js | |
81 | + | |
82 | +# otherwise | |
77 | 83 | electro index.js |
78 | 84 | ``` |
79 | 85 | |
86 | + | |
80 | 87 | ## License |
81 | 88 | |
82 | 89 | MIT |
83 | 90 | |
84 | 91 | |
92 | + |
Built with git-ssb-web