Commit 65a4ec8956fdac5cd6798939670fa6d3aef4af0a
clarify that you need at least node@4 and npm@2
Michael Williams committed on 4/7/2017, 1:19:58 PMParent: 3da6148c4237cd002a990301b218aae25ba2e256
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -55,9 +55,9 @@ | ||
55 | 55 | ## Install |
56 | 56 | |
57 | 57 | **Recommended**: Download installers for Windows, macOS and Linux from [patchwork/releases](https://github.com/ssbc/patchwork/releases) |
58 | 58 | |
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: | |
60 | 60 | |
61 | 61 | ```shell |
62 | 62 | $ git clone https://github.com/ssbc/patchwork |
63 | 63 | $ cd patchwork |
Built with git-ssb-web