Commit 26afbb3703400ed773df3fdb62dd05be51b56dab
update install instructions
Dominic Tarr committed on 5/25/2016, 1:23:51 AMParent: 9b4392d8b0d1d6a14f5ba5b1d6b4897c62e9d864
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -67,19 +67,25 @@ | ||
67 | 67 | |
68 | 68 | ## Running |
69 | 69 | |
70 | 70 | ``` |
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 | +``` | |
72 | 81 | git clone https://github.com/dominictarr/patchboard.git |
73 | 82 | cd patchboard |
74 | 83 | npm install electro electron-prebuilt -g |
75 | 84 | patchwork plugins.install ssb-links # must have patchwork >=2.8 |
76 | 85 | electro index.js |
77 | 86 | ``` |
78 | 87 | |
79 | - | |
80 | 88 | ## License |
81 | 89 | |
82 | 90 | MIT |
83 | 91 | |
84 | - | |
85 | - |
Built with git-ssb-web