git ssb

10+

Matt McKegg / patchwork



Commit bef3363919d22588776192d926e8fcb98d2a5acd

highlight instructions for download vs build

Matt McKegg authored on 4/7/2017, 3:06:36 PM
GitHub committed on 4/7/2017, 3:06:36 PM
Parent: 65a4ec8956fdac5cd6798939670fa6d3aef4af0a

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-**Recommended**: 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 (>= 4) and npm (>= 2) 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