Skip to content

Commit 1c406e0

Browse files
authored
Update README.md
1 parent 05b4ccc commit 1c406e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ Meow. PgBouncer rewritten in Rust, with sharding, load balancing and failover su
1111
## Local development
1212

1313
1. Install Rust (latest stable will work great).
14-
2. `cargo run --release` (to get better benchmarks).
14+
2. `cargo build --release` (to get better benchmarks).
1515
3. Change the config in `pgcat.toml` to fit your setup (optional given next step).
1616
4. Install Postgres and run `psql -f tests/sharding/query_routing_setup.sql`
17+
5. `cargo run --release` You're ready to go!
1718

1819
### Tests
1920

0 commit comments

Comments
 (0)