Adding note to README to fix install bug

This commit is contained in:
Chris Troutner
2021-08-19 07:56:55 -07:00
parent 60e6a8b24f
commit 4a5103d760
+1
View File
@@ -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
```