Commit 537b91ef87e630bc0e11a6cfe5ec069de206286c
Merge pull request #472 from ssbc/clarify-install
minor fixes to install guide in READMEMatt 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.md | changed |
README.md | ||
---|---|---|
@@ -53,12 +53,16 @@ | ||
53 | 53 | 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. |
54 | 54 | |
55 | 55 | ## Install |
56 | 56 | |
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 | |
58 | 58 | |
59 | -Or you can build from source with node and npm installed: | |
59 | +See [patchwork/releases](https://github.com/ssbc/patchwork/releases) | |
60 | 60 | |
61 | +### Or build from source | |
62 | + | |
63 | +With node (>= 4) and npm (>= 2) installed: | |
64 | + | |
61 | 65 | ```shell |
62 | 66 | $ git clone https://github.com/ssbc/patchwork |
63 | 67 | $ cd patchwork |
64 | 68 | $ npm install |
Built with git-ssb-web