Skip to content

Commit 7ef517e

Browse files
authored
MINOR: [GLib][Docs] Specify downloaded archive name explicitly (#38497)
### Rationale for this change Unable to extract on the [arrow/c_glib/README.md](https://github.com/apache/arrow/blob/848725f31b2633a35a0389e4ffb96e1c14bc8e26/c_glib/README.md?plain=1#L70-L71) because the downloaded file name is `closer.lua?action=download&filename=arrow%2Farrow-12.0.0%2Fapache-arrow-12.0.0.tar.gz` not `apache-arrow-12.0.0.tar.gz`. ### What changes are included in this PR? Specify the downloaded file name explicitly. Authored-by: Tsutomu Katsube <tsuto.katsube@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent 1633f8d commit 7ef517e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

c_glib/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ GLib (replace the version number in the following commands with the
6767
one you use):
6868

6969
```console
70-
$ wget 'https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/arrow-12.0.0/apache-arrow-12.0.0.tar.gz'
70+
$ wget 'https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/arrow-12.0.0/apache-arrow-12.0.0.tar.gz' \
71+
--output-document apache-arrow-12.0.0.tar.gz
7172
$ tar xf apache-arrow-12.0.0.tar.gz
7273
$ cd apache-arrow-12.0.0
7374
```

0 commit comments

Comments
 (0)