From d3bcdf069a463c26a04258b0d76471c32027797e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Epu=C3=B1an?= Date: Mon, 1 Jan 2018 21:04:33 -0300 Subject: [PATCH] fix(instructions): `npm install` step missing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0df7edf8a..9089792e7 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ Clone the repository and run `npm update` for all the dependencies to be install ```bash git clone https://github.com/forknote/cryptonote-universal-pool.git pool cd pool -npm update +npm install ``` #### 2) Configuration