git ssb

16+

Dominic / patchbay



Commit 8f337865e9fa0f40d4707700bfcf9273ef77c9f3

Need electron and electro too

From installing on a new node setup
Alan Zimmerman authored on 8/5/2017, 6:04:17 PM
GitHub committed on 8/5/2017, 6:04:17 PM
Parent: 24b00586b37236750beffd73b85a981bddff77fc

Files changed

README.mdchanged
README.mdView
@@ -20,9 +20,15 @@
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
2425
26 +```sh
27 +npm install electron -g
28 +npm install electro -g
29 +```
30 +
2531 Install Scuttlebot (your gossip server)
2632
2733 ```sh
2834 npm install scuttlebot@latest -g

Built with git-ssb-web