File tree Expand file tree Collapse file tree 2 files changed +6
-14
lines changed Expand file tree Collapse file tree 2 files changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,12 @@ The following services are supported through their APIs:
46
46
47
47
Binaries for Linux, macOS, and Windows can be downloaded from the [ releases] ( https://github.com/dpb587/gget/releases ) page.
48
48
49
+ A [ Homebrew] ( https://brew.sh/ ) recipe is available for Linux and macOS.
50
+
51
+ ```
52
+ brew install dpb587/tap/gget
53
+ ```
54
+
49
55
Use ` go get ` to build the latest development version.
50
56
51
57
```
Original file line number Diff line number Diff line change @@ -9,26 +9,12 @@ curl/wget/aria2c
9
9
10
10
better name?
11
11
12
- ## fix --ignore-missing
13
-
14
- ## brewable
15
-
16
- > A [ Brew] ( https://brew.sh/ ) recipe is available for Linux and macOS.
17
- >
18
- > ```
19
- > brew install dpb587/tap/gget
20
- > ```
21
-
22
12
## bitbucket support
23
13
24
14
> * ** Bitbucket** – personal access tokens may be set via ` $GITHUB_TOKEN ` or a ` .netrc ` password
25
15
26
16
## gitlab support
27
17
28
- ## checksum
29
-
30
- add back checksum verification
31
-
32
18
## gpg verifier
33
19
34
20
## sdk/library usage
You can’t perform that action at this time.
0 commit comments