Commit 9fd78eb1a1763d70ae3cda6f41c4b82c5a2a29b3
readme updates and added hjson to dependencies
Andrew Golightly committed on 8/17/2016, 9:25:37 AMParent: a8df69cc1a1b8b743f946e87c87e41c1423b4161
Files changed
README.md | changed |
package.json | changed |
README.md | ||
---|---|---|
@@ -65,14 +65,15 @@ | ||
65 | 65 | sbot plugins.install ssb-query |
66 | 66 | sbot plugins.install ssb-ws |
67 | 67 | # restart sbot server (go back to previous tab and kill it) |
68 | 68 | ``` |
69 | -now clone and run patchboard. | |
69 | +now clone and run patchbay. | |
70 | 70 | ``` |
71 | 71 | git clone https://github.com/dominictarr/patchbay.git |
72 | 72 | cd patchbay |
73 | 73 | npm install |
74 | 74 | npm install electro electron-prebuilt -g |
75 | +npm run build | |
75 | 76 | electro index.js |
76 | 77 | ``` |
77 | 78 | |
78 | 79 | ## modules |
@@ -85,5 +86,4 @@ | ||
85 | 86 | |
86 | 87 | ## License |
87 | 88 | |
88 | 89 | MIT |
89 | - |
Built with git-ssb-web