From b8aa6f062d6b030928ea1ead05c4e92aae363baf Mon Sep 17 00:00:00 2001 From: Tom Beynon Date: Fri, 21 Oct 2022 17:55:46 +0100 Subject: [PATCH] Remove incorrect instruction from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87931265..f74045ff 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ npm --version ```bash git clone https://github.com/eco-stake/restake cd restake -npm install && npm run build +npm install cp .env.sample .env ```