From 729bc5d998aba5ac7d40cc40c1a3d460cbc4649d Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 20 May 2021 13:29:26 +0200 Subject: [PATCH] update docs --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8010bb868..c7b73fc41 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,9 @@ To start local development: git clone git@github.com:oceanprotocol/market.git cd market +# when using nvm to manage Node.js versions +nvm use + npm install npm start ```