git ssb

16+

Dominic / patchbay



Commit f9e0b4147671e0c2b3ac312227259f4fdcaf8172

tweak README to use setup command

mix irving committed on 8/7/2017, 5:06:48 AM
Parent: 68a3d9b610b22ace72d4c6ebea246ad30865d86a

Files changed

README.mdchanged
README.mdView
@@ -20,15 +20,9 @@
2020 On MacOS you may need the following packages installed (in this example, via [Homebrew](https://brew.sh/)):
2121 ```sh
2222 brew install libtool automake autoconf
2323 ```
24-Install Electron
2524
26-```sh
27-npm install electron -g
28-npm install electro -g
29-```
30-
3125 Install Scuttlebot (your gossip server)
3226
3327 ```sh
3428 npm install scuttlebot@latest -g
@@ -57,8 +51,9 @@
5751 ```sh
5852 git clone https://github.com/ssbc/patchbay.git
5953 cd patchbay
6054 npm install
55 +npm run setup
6156 npm run rebuild
6257 ```
6358
6459

Built with git-ssb-web