Skip to content

Commit dd3398f

Browse files
committed
readme
1 parent c8f42ee commit dd3398f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ npm publish
3939
to build manually using `libpg_query`
4040

4141
```sh
42-
mkdir git
43-
cd git/
44-
git clone https://github.com/pganalyze/libpg_query.git
42+
branch=15-latest
43+
mkdir git_clone_dir && cd git_clone_dir
44+
git clone -b $branch --single-branch https://github.com/pganalyze/libpg_query.git
4545
cd libpg_query/
4646
make
4747
cp libpg_query.a /pg_query/linux/

0 commit comments

Comments
 (0)