From 1c406e0fc661b66ea9be2fff2f84be36196b69c1 Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Tue, 15 Feb 2022 13:10:32 -0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 050b199..66825e8 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,10 @@ Meow. PgBouncer rewritten in Rust, with sharding, load balancing and failover su ## Local development 1. Install Rust (latest stable will work great). -2. `cargo run --release` (to get better benchmarks). +2. `cargo build --release` (to get better benchmarks). 3. Change the config in `pgcat.toml` to fit your setup (optional given next step). 4. Install Postgres and run `psql -f tests/sharding/query_routing_setup.sql` +5. `cargo run --release` You're ready to go! ### Tests