From 9d738bb0ced5301af052bd84a1d6c6e8ddfc02c9 Mon Sep 17 00:00:00 2001 From: frectonz Date: Sun, 24 Nov 2024 22:39:46 +0300 Subject: [PATCH] chore: update build instructions to only download pg13 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c5d459..0e4392c 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ WHERE git clone git@github.com:frectonz/pglite-fusion.git cd pglite-fusion nix develop -cargo pgrx init # this will take some time, since you will compiling postgres from source +cargo pgrx init --pg13 download # this will take some time, since you are compiling postgres from source cargo pgrx run # this will drop you into a psql repl, you can then follow the example shown above ```