From 6ce3c52456feb6f13be976e03c42fa87aa26b099 Mon Sep 17 00:00:00 2001 From: graysky Date: Mon, 3 Aug 2020 11:39:19 -0400 Subject: [PATCH] * readme: update Prerequisites section --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 74e5ad6d..3fa1b634 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,10 @@ Run `make init` to prepare the development environment. You will need this to build AdGuard Home: * [go](https://golang.org/dl/) v1.14 or later. - * [node.js](https://nodejs.org/en/download/) v10 or later. + * [node.js](https://nodejs.org/en/download/) v10.16.2 or later. + * [npm](https://www.npmjs.com/) v6.14 or later. + +Optionally, for Go devs: * [golangci-lint](https://github.com/golangci/golangci-lint) ### Building