Skip to content

Commit

Permalink
Add missing --output-document of wget in install.md
Browse files Browse the repository at this point in the history
Closes GH-145
  • Loading branch information
tikkss committed Sep 22, 2023
1 parent 53f7945 commit c096884
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/source/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ Replase `${version}` with {{ env.config.version }} or define `version` variable
```

```bash
wget "https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/apache-arrow-flight-sql-postgresql-${version}/apache-arrow-flight-sql-postgresql-${version}.tar.gz"
wget "https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/apache-arrow-flight-sql-postgresql-${version}/apache-arrow-flight-sql-postgresql-${version}.tar.gz" \
--output-document=apache-arrow-flight-sql-postgresql-${version}.tar.gz
tar xfv apache-arrow-flight-sql-postgresql-${version}.tar.gz
meson setup \
--prefix=/usr/local \
Expand Down

0 comments on commit c096884

Please sign in to comment.