1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Merge pull request #723 from oceanprotocol/fix/remove-references-to-barge-v3

remove references to V3
This commit is contained in:
Ahmed Ali 2021-04-08 16:39:27 +02:00 committed by GitHub
commit e52b308180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,6 @@ externally-run services. For convenience, we run barge locally in default settin
```bash
git clone https://github.com/oceanprotocol/barge.git
cd barge/
git checkout v3
export PROVIDER_VERSION=latest
./start_ocean.sh --no-dashboard
```