From 3e66aba62b43c6015bb99da80b830c8749f3a33d Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Tue, 8 Feb 2022 13:40:46 -0800 Subject: [PATCH] readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e063528..653bae7 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ Meow. PgBouncer rewritten in Rust, with sharding, load balancing and failover su 1. Install Rust (latest stable is fine). 2. `cargo run --release` (to get better benchmarks). -3. Install Postgres and create a user and a DB, e.g. `CREATE ROLE lev ENCRYPTED PASSWORD 'lev' LOGIN;` and `createdb lev`. +3. Change the config in `pgcat.toml` to fit your setup. +4. Install Postgres and create a user and a DB, e.g. `CREATE ROLE lev ENCRYPTED PASSWORD 'lev' LOGIN;` and `createdb lev`. ### Tests