Skip to content

Commit 21a8e2f

Browse files
dlandtaaDavid Land
andauthored
update installation instructions (#157)
Co-authored-by: David Land <[email protected]>
1 parent d03dd92 commit 21a8e2f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ COPY table FROM 's3://mybucket/data.parquet' WITH (format 'parquet');
3333
After installing `Postgres`, you need to set up `rustup`, `cargo-pgrx` to build the extension.
3434

3535
```bash
36+
# clone repo
37+
> git clone https://github.com/CrunchyData/pg_parquet.git
38+
> cd pg_parquet
39+
3640
# install rustup
3741
> curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
3842

0 commit comments

Comments
 (0)