We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8f42ee commit dd3398fCopy full SHA for dd3398f
docker/readme.md
@@ -39,9 +39,9 @@ npm publish
39
to build manually using `libpg_query`
40
41
```sh
42
-mkdir git
43
-cd git/
44
-git clone https://github.com/pganalyze/libpg_query.git
+branch=15-latest
+mkdir git_clone_dir && cd git_clone_dir
+git clone -b $branch --single-branch https://github.com/pganalyze/libpg_query.git
45
cd libpg_query/
46
make
47
cp libpg_query.a /pg_query/linux/
0 commit comments