slight tweek to README

This commit is contained in:
Chris Troutner
2021-09-17 11:18:26 -07:00
parent a037646aca
commit 86283195c5
+2 -1
View File
@@ -43,9 +43,10 @@ A development environment will allow you modify the code on-the-fly and contribu
```bash
git clone https://github.com/Permissionless-Software-Foundation/ipfs-service-provider
cd ipfs-service-provider
./install-mongo-sh
sudo npm install -g node-pre-gyp
npm install
npm start
./ipfs-service-provider.sh
```
### Production Environment