git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Commit 537b91ef87e630bc0e11a6cfe5ec069de206286c

Merge pull request #472 from ssbc/clarify-install

minor fixes to install guide in README
Matt McKegg authored on 4/7/2017, 9:52:04 PM
GitHub committed on 4/7/2017, 9:52:04 PM
Parent: 77ebdbbbfbc50269768f1aa419845d1a5e03b970
Parent: bef3363919d22588776192d926e8fcb98d2a5acd

Files changed

README.mdchanged
README.mdView
@@ -53,12 +53,16 @@
5353 This will cause you to follow the Pub and vise versa. If you haven't synchronized to this social network yet, prepare to wait a few minutes while your local server synchronizes.
5454
5555 ## Install
5656
57-Download installers for Windows, macOS and Linux from [patchwork/releases](https://github.com/ssbc/patchwork/releases)
57+### Download installers for Windows, macOS and Linux
5858
59-Or you can build from source with node and npm installed:
59+See [patchwork/releases](https://github.com/ssbc/patchwork/releases)
6060
61+### Or build from source
62+
63+With node (>= 4) and npm (>= 2) installed:
64+
6165 ```shell
6266 $ git clone https://github.com/ssbc/patchwork
6367 $ cd patchwork
6468 $ npm install

Built with git-ssb-web