Commit 1a60204e14b9b51f21c75f532fd6cc7499fa93bf
Merge branch 'master' of https://github.com/magician11/patchbay
Dominic Tarr committed on 8/22/2016, 10:17:05 PMParent: 66dac60c355d6002362afd833034c36062a8ce7c
Parent: 9fd78eb1a1763d70ae3cda6f41c4b82c5a2a29b3
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