From 4a5103d760de2ccdb724ab894b117ba42fb4c9d5 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Thu, 19 Aug 2021 07:56:55 -0700 Subject: [PATCH] Adding note to README to fix install bug --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eb3cb85..d5823cf 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ This project covers basic necessities of most APIs. ```bash git clone https://github.com/Permissionless-Software-Foundation/ipfs-service-provider cd ipfs-service-provider +sudo npm install -g node-pre-gyp npm install npm start ```