CATProtocol / cat-token-box

A monorepo for packages implementing CAT protocol
https://catprotocol.org
MIT License
187 stars 128 forks source link

"docker compose up -d " seems that should be "docker-compose up -d " #130

Closed easyranger closed 2 months ago

easyranger commented 2 months ago

packages/tracker/README.md

Run postgresql and bitcoind: "docker compose up -d "

seems that should be:

"docker-compose up -d "

opcatdev commented 2 months ago

both can work depending on your docker version