Skip to content

Commit

Permalink
updating README for protobuf generation (#955)
Browse files Browse the repository at this point in the history
Post #949, can't do local development without generating protos first.
  • Loading branch information
heavycrystal authored Jan 2, 2024
1 parent f857ef9 commit 9e0e836
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@ git clone --recursive git@github.com:PeerDB-io/peerdb.git
cd peerdb

# Run docker containers: postgres as catalog, temporal, PeerDB server, PeerDB flow API + workers, PeerDB UI
# Requires docker and docker-compose installed: https://docs.docker.com/engine/install/
bash ./run-peerdb.sh
# OR for local development, images will be built locally:
# OR for local development, images will be built locally.
# Requires docker, docker-compose as well as the buf compiler for protobuf generation
# https://buf.build/docs/installation
bash ./generate-protos.sh
bash ./dev-peerdb.sh

# connect to peerdb and query away (Use psql version >=14.0)
Expand Down

0 comments on commit 9e0e836

Please sign in to comment.