mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-29 07:16:19 +01:00
Update README.md
This commit is contained in:
parent
17b024d38e
commit
a6ccdbc98a
@ -36,6 +36,12 @@ You need to have the newest versions of:
|
|||||||
- On Windows or MacOS, [increase memory to 4 GB (default is 2 GB)](https://stackoverflow.com/a/44533437). Or, for C2D, make it 8 to 16 GB
|
- On Windows or MacOS, [increase memory to 4 GB (default is 2 GB)](https://stackoverflow.com/a/44533437). Or, for C2D, make it 8 to 16 GB
|
||||||
- [Docker Compose](https://docs.docker.com/compose/)
|
- [Docker Compose](https://docs.docker.com/compose/)
|
||||||
|
|
||||||
|
For compatibility with Docker Compose V2, use the following script
|
||||||
|
|
||||||
|
```bash
|
||||||
|
echo 'docker compose --compatibility "$@"' | sudo tee -a /usr/local/bin/docker-compose && sudo chmod +x /usr/local/bin/docker-compose
|
||||||
|
```
|
||||||
|
|
||||||
## Get Started
|
## Get Started
|
||||||
|
|
||||||
If you're new to Barge, it's best to start with the defaults:
|
If you're new to Barge, it's best to start with the defaults:
|
||||||
|
Loading…
Reference in New Issue
Block a user