git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Commit 65a4ec8956fdac5cd6798939670fa6d3aef4af0a

clarify that you need at least node@4 and npm@2

Michael Williams committed on 4/7/2017, 1:19:58 PM
Parent: 3da6148c4237cd002a990301b218aae25ba2e256

Files changed

README.mdchanged
README.mdView
@@ -55,9 +55,9 @@
5555 ## Install
5656
5757 **Recommended**: Download installers for Windows, macOS and Linux from [patchwork/releases](https://github.com/ssbc/patchwork/releases)
5858
59-Or you can build from source with node and npm installed:
59+Or you can build from source with node (>= 4) and npm (>= 2) installed:
6060
6161 ```shell
6262 $ git clone https://github.com/ssbc/patchwork
6363 $ cd patchwork

Built with git-ssb-web