Skip to content

Commit bb84dce

Browse files
authored
Update README.md
1 parent 1c406e0 commit bb84dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Meow. PgBouncer rewritten in Rust, with sharding, load balancing and failover su
1313
1. Install Rust (latest stable will work great).
1414
2. `cargo build --release` (to get better benchmarks).
1515
3. Change the config in `pgcat.toml` to fit your setup (optional given next step).
16-
4. Install Postgres and run `psql -f tests/sharding/query_routing_setup.sql`
16+
4. Install Postgres and run `psql -f tests/sharding/query_routing_setup.sql` (user/password may be required depending on your setup)
1717
5. `cargo run --release` You're ready to go!
1818

1919
### Tests

0 commit comments

Comments
 (0)