git ssb

0+

ev / microbay



forked from Dominic / patchbay

Commit 7965978072096253e70c0c9fc36978a0077132f4

up to date install instructions

Dominic Tarr committed on 7/13/2016, 3:32:45 AM
Parent: 9481e80eb5bae6cad73891ae1f76cacb90222f66

Files changed

README.mdchanged
README.mdView
@@ -63,22 +63,30 @@
6363 npm install scuttlebot@latest -g
6464 # make sure you have secure-scuttlebutt@15.2.0
6565 npm ls secure-scuttlebutt -g
6666 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
6972 # restart sbot server (go back to previous tab and kill it)
7073 ```
7174 now clone and run patchboard.
7275 ```
7376 git clone https://github.com/dominictarr/patchbay.git
7477 cd patchbay
7578 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
7783 electro index.js
7884 ```
7985
86+
8087 ## License
8188
8289 MIT
8390
8491
92+

Built with git-ssb-web