Skip to content

Commit 35bd13c

Browse files
authored
Update README.md
1 parent 07438be commit 35bd13c

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,30 @@ Use the `--type=` option to download files other than user-uploaded release asse
4242

4343
gget --type=archive github.com/stedolan/jq '*.zip'
4444

45-
Use the `blob` type to download individual repository files. In addition to tags, branch and commit references may be used for these types.
45+
Use the `blob` type to download individual repository files. Branch and commit references may also be used for these types.
4646

4747
gget --type=blob github.com/stedolan/[email protected] README.md
4848

4949
Use `--help` to see all options and learn more about advanced usage.
5050

5151
gget --help
5252

53+
### Installation
54+
55+
Binaries for Linux, macOS, and Windows can be downloaded from the [releases](https://github.com/dpb587/gget/releases) page.
56+
57+
A [Homebrew](https://brew.sh/) recipe is available for Linux and macOS.
58+
59+
```
60+
brew install dpb587/tap/gget
61+
```
62+
63+
Use `go get` to build the latest development version.
64+
65+
```
66+
go get -u github.com/dpb587/gget
67+
```
68+
5369
## Docker Usage
5470

5571
The `dpb587/gget` image can be used as a build stage for finding and downloading assets for use in a subsequent stage.
@@ -71,22 +87,6 @@ The following services are supported through their APIs:
7187

7288
* **GitHub** – personal access tokens may be set via `$GITHUB_TOKEN` or a `.netrc` password
7389

74-
## Installation
75-
76-
Binaries for Linux, macOS, and Windows can be downloaded from the [releases](https://github.com/dpb587/gget/releases) page.
77-
78-
A [Homebrew](https://brew.sh/) recipe is available for Linux and macOS.
79-
80-
```
81-
brew install dpb587/tap/gget
82-
```
83-
84-
Use `go get` to build the latest development version.
85-
86-
```
87-
go get -u github.com/dpb587/gget
88-
```
89-
9090
## Alternatives
9191

9292
* `wget`/`curl` -- if you want to manually maintain download URLs and private signing

0 commit comments

Comments
 (0)