git ssb

16+

Dominic / patchbay



Commit 26afbb3703400ed773df3fdb62dd05be51b56dab

update install instructions

Dominic Tarr committed on 5/25/2016, 1:23:51 AM
Parent: 9b4392d8b0d1d6a14f5ba5b1d6b4897c62e9d864

Files changed

README.mdchanged
README.mdView
@@ -67,19 +67,25 @@
6767
6868 ## Running
6969
7070 ```
71-# assuming that patchwork@2.8 is already running...
71+npm install scuttlebot@latest -g
72+# make sure you have secure-scuttlebutt@15.2.0
73+npm ls secure-scuttlebutt -g
74+sbot server
75+# then in another tab
76+sbot plugins.install ssb-links ssb-query # must have patchwork >=2.8
77+# restart sbot server (go back to previous tab and kill it)
78+```
79+now clone and run patchboard.
80+```
7281 git clone https://github.com/dominictarr/patchboard.git
7382 cd patchboard
7483 npm install electro electron-prebuilt -g
7584 patchwork plugins.install ssb-links # must have patchwork >=2.8
7685 electro index.js
7786 ```
7887
79-
8088 ## License
8189
8290 MIT
8391
84-
85-

Built with git-ssb-web