Files
hub-monorepo/packages/hub-nodejs/examples/replicate-data-postgres/Brewfile
Shane da Silva ed8bde6f82 Streamline replication example further (#952)
Instead of requiring the user to run `yarn install` followed by `yarn
start`, we simply have them run `docker compose up` to start both the
app and Postgres together. This is much easier and reduces the need for
them to install anything else besides Docker. It also makes cleaning up
the example easier.
2023-05-09 18:45:38 -07:00

3 lines
39 B
Ruby

# Install Docker Desktop
cask 'docker'