Skip to content

Commit a949cef

Browse files
authored
Merge pull request #223 from nao1215/nchika/update-readme-and-changelog
doc: update contributors and package manager information
2 parents abec3b8 + 7df452c commit a949cef

10 files changed

Lines changed: 151 additions & 18 deletions

File tree

.all-contributorsrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,16 @@
129129
"name": "ICHINOSE Shogo",
130130
"avatar_url": "https://avatars.githubusercontent.com/u/1157344?v=4",
131131
"profile": "https://shogo82148.github.io/",
132+
"contributions": [
133+
"doc",
134+
"code"
135+
]
136+
},
137+
{
138+
"login": "jylenhof",
139+
"name": "Jean-Yves LENHOF",
140+
"avatar_url": "https://avatars.githubusercontent.com/u/36410287?v=4",
141+
"profile": "http://blog.lenhof.eu.org/",
132142
"contributions": [
133143
"doc"
134144
]

CHANGELOG.md

Lines changed: 96 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,100 @@
1-
## [](https://github.com/nao1215/gup/compare/v0.26.0...) (2024-05-15)
1+
## [v0.28.2](https://github.com/nao1215/gup/compare/v0.28.1...v0.28.2) (2025-12-23)
22

3+
* docs: add mise alternate installation instructions (en/fr) and fix shell quoting in README [#222](https://github.com/nao1215/gup/pull/222) ([jylenhof](https://github.com/jylenhof))
4+
* Refactor bug report URL construction to fix the bug-report command [#221](https://github.com/nao1215/gup/pull/221) ([shogo82148](https://github.com/shogo82148))
5+
* docs: add shogo82148 to all-contributors [#220](https://github.com/nao1215/gup/pull/220) ([nao1215](https://github.com/nao1215))
6+
* docs: fix typo in README [#219](https://github.com/nao1215/gup/pull/219) ([shogo82148](https://github.com/shogo82148))
7+
* Bump golang.org/x/sync from 0.18.0 to 0.19.0 [#217](https://github.com/nao1215/gup/pull/217) ([dependabot[bot]](https://github.com/apps/dependabot))
8+
* Bump github.com/hashicorp/go-version from 1.7.0 to 1.8.0 [#214](https://github.com/nao1215/gup/pull/214) ([dependabot[bot]](https://github.com/apps/dependabot))
9+
* Bump actions/checkout from 5 to 6 [#213](https://github.com/nao1215/gup/pull/213) ([dependabot[bot]](https://github.com/apps/dependabot))
10+
11+
## [v0.28.1](https://github.com/nao1215/gup/compare/v0.28.0...v0.28.1) (2025-11-16)
12+
13+
* Use MANPATH when installing man pages and fix lints [#211](https://github.com/nao1215/gup/pull/211) ([nao1215](https://github.com/nao1215))
14+
* docs: update contributors [#210](https://github.com/nao1215/gup/pull/210) ([nao1215](https://github.com/nao1215))
15+
* Return the original error when latest version lookup fails [#205](https://github.com/nao1215/gup/pull/205) ([peczenyj](https://github.com/peczenyj))
16+
* Bump golang.org/x/sync from 0.17.0 to 0.18.0 [#207](https://github.com/nao1215/gup/pull/207) ([dependabot[bot]](https://github.com/apps/dependabot))
17+
18+
## [v0.28.0](https://github.com/nao1215/gup/compare/v0.27.9...v0.28.0) (2025-10-27)
19+
20+
* Add --ignore-go-update flag and refine updater error handling [#201](https://github.com/nao1215/gup/pull/201) ([iTrooz](https://github.com/iTrooz))
21+
* Refactor tests to isolate environments and add helpers [#203](https://github.com/nao1215/gup/pull/203) ([iTrooz](https://github.com/iTrooz))
22+
* Bump golang.org/x/sync from 0.16.0 to 0.17.0 [#200](https://github.com/nao1215/gup/pull/200) ([dependabot[bot]](https://github.com/apps/dependabot))
23+
* Bump actions/setup-go from 5 to 6 [#199](https://github.com/nao1215/gup/pull/199) ([dependabot[bot]](https://github.com/apps/dependabot))
24+
25+
## [v0.27.9](https://github.com/nao1215/gup/compare/v0.27.8...v0.27.9) (2025-09-04)
26+
27+
* docs: add README translations (es, fr, ko, ru, zh-cn) [#195](https://github.com/nao1215/gup/pull/195) ([nao1215](https://github.com/nao1215))
28+
* Trim potential GOEXPERIMENT flag in build info [#197](https://github.com/nao1215/gup/pull/197) ([mcha-forks](https://github.com/mcha-forks))
29+
* Update contributors [#198](https://github.com/nao1215/gup/pull/198) ([nao1215](https://github.com/nao1215))
30+
* Support Go 1.24 or later [#188](https://github.com/nao1215/gup/pull/188) ([nao1215](https://github.com/nao1215))
31+
* Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 [#196](https://github.com/nao1215/gup/pull/196) ([dependabot[bot]](https://github.com/apps/dependabot))
32+
* Bump actions/checkout from 4 to 5 [#194](https://github.com/nao1215/gup/pull/194) ([dependabot[bot]](https://github.com/apps/dependabot))
33+
* Bump github.com/gen2brain/beeep [#192](https://github.com/nao1215/gup/pull/192) ([dependabot[bot]](https://github.com/apps/dependabot))
34+
* Bump golang.org/x/sync from 0.15.0 to 0.16.0 [#193](https://github.com/nao1215/gup/pull/193) ([dependabot[bot]](https://github.com/apps/dependabot))
35+
* Bump golang.org/x/sync from 0.14.0 to 0.15.0 [#190](https://github.com/nao1215/gup/pull/190) ([dependabot[bot]](https://github.com/apps/dependabot))
36+
* Bump golang.org/x/sync from 0.13.0 to 0.14.0 [#189](https://github.com/nao1215/gup/pull/189) ([dependabot[bot]](https://github.com/apps/dependabot))
37+
38+
## [v0.27.8](https://github.com/nao1215/gup/compare/v0.27.7...v0.27.8) (2025-03-12)
39+
40+
* Bump golang.org/x/sync from 0.11.0 to 0.12.0 [#185](https://github.com/nao1215/gup/pull/185) ([dependabot[bot]](https://github.com/apps/dependabot))
41+
42+
## [v0.27.7](https://github.com/nao1215/gup/compare/v0.27.6...v0.27.7) (2025-02-25)
43+
44+
* Add Go 1.24 to CI and fix unit tests [#182](https://github.com/nao1215/gup/pull/182) ([nao1215](https://github.com/nao1215))
45+
* Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 [#184](https://github.com/nao1215/gup/pull/184) ([dependabot[bot]](https://github.com/apps/dependabot))
46+
* Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 [#183](https://github.com/nao1215/gup/pull/183) ([dependabot[bot]](https://github.com/apps/dependabot))
47+
* Bump golang.org/x/sync from 0.10.0 to 0.11.0 [#181](https://github.com/nao1215/gup/pull/181) ([dependabot[bot]](https://github.com/apps/dependabot))
48+
49+
## [v0.27.6](https://github.com/nao1215/gup/compare/v0.27.5...v0.27.6) (2025-01-13)
50+
51+
* Bump github.com/mattn/go-colorable from 0.1.13 to 0.1.14 [#180](https://github.com/nao1215/gup/pull/180) ([dependabot[bot]](https://github.com/apps/dependabot))
52+
* Bump golang.org/x/sync from 0.9.0 to 0.10.0 [#179](https://github.com/nao1215/gup/pull/179) ([dependabot[bot]](https://github.com/apps/dependabot))
53+
* Bump golang.org/x/sync from 0.8.0 to 0.9.0 [#178](https://github.com/nao1215/gup/pull/178) ([dependabot[bot]](https://github.com/apps/dependabot))
54+
* Bump github.com/adrg/xdg from 0.5.2 to 0.5.3 [#177](https://github.com/nao1215/gup/pull/177) ([dependabot[bot]](https://github.com/apps/dependabot))
55+
* Bump github.com/adrg/xdg from 0.5.1 to 0.5.2 [#176](https://github.com/nao1215/gup/pull/176) ([dependabot[bot]](https://github.com/apps/dependabot))
56+
* Bump github.com/fatih/color from 1.17.0 to 1.18.0 [#175](https://github.com/nao1215/gup/pull/175) ([dependabot[bot]](https://github.com/apps/dependabot))
57+
* Bump github.com/adrg/xdg from 0.5.0 to 0.5.1 [#174](https://github.com/nao1215/gup/pull/174) ([dependabot[bot]](https://github.com/apps/dependabot))
58+
59+
## [v0.27.5](https://github.com/nao1215/gup/compare/v0.27.4...v0.27.5) (2024-09-10)
60+
61+
* Fix: check sub command prints incorrect path [#172](https://github.com/nao1215/gup/pull/172) ([nao1215](https://github.com/nao1215))
62+
* Add go 1.23 [#170](https://github.com/nao1215/gup/pull/170) ([nao1215](https://github.com/nao1215))
63+
64+
## [v0.27.4](https://github.com/nao1215/gup/compare/v0.27.3...v0.27.4) (2024-08-10)
65+
66+
* Feat: Integrate completions into Homebrew formula (Issue #168) [#169](https://github.com/nao1215/gup/pull/169) ([nao1215](https://github.com/nao1215))
67+
* Bump golang.org/x/sync from 0.7.0 to 0.8.0 [#167](https://github.com/nao1215/gup/pull/167) ([dependabot[bot]](https://github.com/apps/dependabot))
68+
* Specify Language for Fenced Code Blocks [#166](https://github.com/nao1215/gup/pull/166) ([nao1215](https://github.com/nao1215))
69+
* Bump github.com/adrg/xdg from 0.4.0 to 0.5.0 [#165](https://github.com/nao1215/gup/pull/165) ([dependabot[bot]](https://github.com/apps/dependabot))
70+
71+
## [v0.27.3](https://github.com/nao1215/gup/compare/v0.27.2...v0.27.3) (2024-06-27)
72+
73+
* Output current rather than latest version in up-to-date messages [#164](https://github.com/nao1215/gup/pull/164) ([scop](https://github.com/scop))
74+
75+
## [v0.27.2](https://github.com/nao1215/gup/compare/v0.27.1...v0.27.2) (2024-06-24)
76+
77+
* Update: change version compare logic [#162](https://github.com/nao1215/gup/pull/162) ([nao1215](https://github.com/nao1215))
78+
* Update README output wrt added Go versions [#161](https://github.com/nao1215/gup/pull/161) ([scop](https://github.com/scop))
79+
80+
## [v0.27.1](https://github.com/nao1215/gup/compare/v0.27.0...v0.27.1) (2024-06-19)
81+
82+
* Remove deprecated option [#158](https://github.com/nao1215/gup/pull/158) ([nao1215](https://github.com/nao1215))
83+
84+
## [v0.27.0](https://github.com/nao1215/gup/compare/v0.26.2...v0.27.0) (2024-06-19)
85+
86+
* Output and consider Go toolchain version, too [#156](https://github.com/nao1215/gup/pull/156) ([scop](https://github.com/scop))
87+
* Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 [#155](https://github.com/nao1215/gup/pull/155) ([dependabot[bot]](https://github.com/apps/dependabot))
88+
* Bump goreleaser/goreleaser-action from 5 to 6 [#153](https://github.com/nao1215/gup/pull/153) ([dependabot[bot]](https://github.com/apps/dependabot))
89+
90+
## [v0.26.2](https://github.com/nao1215/gup/compare/v0.26.1...v0.26.2) (2024-05-22)
91+
92+
* Fix goreleaser quoting [#151](https://github.com/nao1215/gup/pull/151) ([nao1215](https://github.com/nao1215))
93+
* Update GitHub Actions [#150](https://github.com/nao1215/gup/pull/150) ([nao1215](https://github.com/nao1215))
94+
95+
## [v0.26.1](https://github.com/nao1215/gup/compare/v0.26.0...v0.26.1) (2024-05-15)
96+
97+
* Update project rules [#149](https://github.com/nao1215/gup/pull/149) ([nao1215](https://github.com/nao1215))
398
* Bump github.com/fatih/color from 1.16.0 to 1.17.0 [#148](https://github.com/nao1215/gup/pull/148) ([dependabot[bot]](https://github.com/apps/dependabot))
499

5100
## [v0.26.0](https://github.com/nao1215/gup/compare/v0.25.2...v0.26.0) (2024-05-08)
@@ -268,4 +363,3 @@
268363

269364

270365
## [v0.1.0](https://github.com/nao1215/gup/compare/17a4faec4b36...v0.1.0) (2022-02-20)
271-

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
2-
[![All Contributors](https://img.shields.io/badge/all_contributors-14-orange.svg?style=flat-square)](#contributors-)
2+
[![All Contributors](https://img.shields.io/badge/all_contributors-15-orange.svg?style=flat-square)](#contributors-)
33
<!-- ALL-CONTRIBUTORS-BADGE:END -->
44
[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go)
55
[![reviewdog](https://github.com/nao1215/gup/actions/workflows/reviewdog.yml/badge.svg)](https://github.com/nao1215/gup/actions/workflows/reviewdog.yml)
@@ -34,7 +34,7 @@ go install github.com/nao1215/gup@latest
3434

3535
### Use homebrew
3636
```shell
37-
brew install nao1215/tap/gup
37+
brew install nao1215/gup
3838
```
3939

4040
### Use mise-en-place
@@ -244,7 +244,10 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
244244
<td align="center" valign="top" width="14.28%"><a href="https://mochaa.ws/?utm_source=github_user"><img src="https://avatars.githubusercontent.com/u/21154023?v=4?s=100" width="100px;" alt="Zephyr Lykos"/><br /><sub><b>Zephyr Lykos</b></sub></a><br /><a href="https://github.com/nao1215/gup/commits?author=mochaaP" title="Code">💻</a></td>
245245
<td align="center" valign="top" width="14.28%"><a href="https://itrooz.fr"><img src="https://avatars.githubusercontent.com/u/42669835?v=4?s=100" width="100px;" alt="iTrooz"/><br /><sub><b>iTrooz</b></sub></a><br /><a href="https://github.com/nao1215/gup/commits?author=iTrooz" title="Code">💻</a></td>
246246
<td align="center" valign="top" width="14.28%"><a href="http://pacman.blog.br"><img src="https://avatars.githubusercontent.com/u/59438?v=4?s=100" width="100px;" alt="Tiago Peczenyj"/><br /><sub><b>Tiago Peczenyj</b></sub></a><br /><a href="https://github.com/nao1215/gup/commits?author=peczenyj" title="Code">💻</a></td>
247-
<td align="center" valign="top" width="14.28%"><a href="https://shogo82148.github.io/"><img src="https://avatars.githubusercontent.com/u/1157344?v=4?s=100" width="100px;" alt="ICHINOSE Shogo"/><br /><sub><b>ICHINOSE Shogo</b></sub></a><br /><a href="https://github.com/nao1215/gup/commits?author=shogo82148" title="Documentation">📖</a></td>
247+
<td align="center" valign="top" width="14.28%"><a href="https://shogo82148.github.io/"><img src="https://avatars.githubusercontent.com/u/1157344?v=4?s=100" width="100px;" alt="ICHINOSE Shogo"/><br /><sub><b>ICHINOSE Shogo</b></sub></a><br /><a href="https://github.com/nao1215/gup/commits?author=shogo82148" title="Documentation">📖</a> <a href="https://github.com/nao1215/gup/commits?author=shogo82148" title="Code">💻</a></td>
248+
</tr>
249+
<tr>
250+
<td align="center" valign="top" width="14.28%"><a href="http://blog.lenhof.eu.org/"><img src="https://avatars.githubusercontent.com/u/36410287?v=4?s=100" width="100px;" alt="Jean-Yves LENHOF"/><br /><sub><b>Jean-Yves LENHOF</b></sub></a><br /><a href="https://github.com/nao1215/gup/commits?author=jylenhof" title="Documentation">📖</a></td>
248251
</tr>
249252
</tbody>
250253
</table>

cmd/root_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ func setupXDGBase(t *testing.T) {
125125

126126
base := t.TempDir()
127127
t.Setenv("HOME", base)
128+
t.Setenv("GOTELEMETRY", "off") // prevent Go toolchain telemetry files in temp home that break cleanup
128129
xdg.ConfigHome = filepath.Join(base, "config")
129130
xdg.DataHome = filepath.Join(base, "data")
130131
xdg.CacheHome = filepath.Join(base, "cache")

doc/es/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
2-
[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors-)
2+
[![All Contributors](https://img.shields.io/badge/all_contributors-15-orange.svg?style=flat-square)](#contributors-)
33
<!-- ALL-CONTRIBUTORS-BADGE:END -->
44
[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go)
55
[![reviewdog](https://github.com/nao1215/gup/actions/workflows/reviewdog.yml/badge.svg)](https://github.com/nao1215/gup/actions/workflows/reviewdog.yml)
@@ -34,7 +34,12 @@ go install github.com/nao1215/gup@latest
3434

3535
### Usar homebrew
3636
```shell
37-
brew install nao1215/tap/gup
37+
brew install nao1215/gup
38+
```
39+
40+
### Usar mise-en-place
41+
```shell
42+
mise use -g gup@latest
3843
```
3944

4045
### Instalar desde Paquete o Binario

doc/fr/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
2-
[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors-)
2+
[![All Contributors](https://img.shields.io/badge/all_contributors-15-orange.svg?style=flat-square)](#contributors-)
33
<!-- ALL-CONTRIBUTORS-BADGE:END -->
44
[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go)
55
[![reviewdog](https://github.com/nao1215/gup/actions/workflows/reviewdog.yml/badge.svg)](https://github.com/nao1215/gup/actions/workflows/reviewdog.yml)
@@ -34,13 +34,13 @@ go install github.com/nao1215/gup@latest
3434

3535
### Utiliser homebrew
3636
```shell
37-
brew install nao1215/tap/gup
37+
brew install nao1215/gup
3838
```
3939

4040
### Utiliser mise-en-place
4141
```shell
4242
mise use -g gup@latest
43-
``
43+
```
4444

4545
### Installer depuis un package ou un binaire
4646
[La page de release](https://github.com/nao1215/gup/releases) contient des packages aux formats .deb, .rpm et .apk. La commande gup utilise la commande go en interne, donc l'installation de golang est requise.

doc/ja/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
2-
[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors-)
2+
[![All Contributors](https://img.shields.io/badge/all_contributors-15-orange.svg?style=flat-square)](#contributors-)
33
<!-- ALL-CONTRIBUTORS-BADGE:END -->
44
[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go)
55
[![reviewdog](https://github.com/nao1215/gup/actions/workflows/reviewdog.yml/badge.svg)](https://github.com/nao1215/gup/actions/workflows/reviewdog.yml)
@@ -34,7 +34,12 @@ go install github.com/nao1215/gup@latest
3434

3535
### homebrewを使用
3636
```shell
37-
brew install nao1215/tap/gup
37+
brew install nao1215/gup
38+
```
39+
40+
### mise-en-placeを使用
41+
```shell
42+
mise use -g gup@latest
3843
```
3944

4045
### パッケージまたはバイナリからインストール

doc/ko/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
2-
[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors-)
2+
[![All Contributors](https://img.shields.io/badge/all_contributors-15-orange.svg?style=flat-square)](#contributors-)
33
<!-- ALL-CONTRIBUTORS-BADGE:END -->
44
[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go)
55
[![reviewdog](https://github.com/nao1215/gup/actions/workflows/reviewdog.yml/badge.svg)](https://github.com/nao1215/gup/actions/workflows/reviewdog.yml)
@@ -34,7 +34,12 @@ go install github.com/nao1215/gup@latest
3434

3535
### homebrew 사용
3636
```shell
37-
brew install nao1215/tap/gup
37+
brew install nao1215/gup
38+
```
39+
40+
### mise-en-place 사용
41+
```shell
42+
mise use -g gup@latest
3843
```
3944

4045
### 패키지 또는 바이너리에서 설치

doc/ru/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
2-
[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors-)
2+
[![All Contributors](https://img.shields.io/badge/all_contributors-15-orange.svg?style=flat-square)](#contributors-)
33
<!-- ALL-CONTRIBUTORS-BADGE:END -->
44
[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go)
55
[![reviewdog](https://github.com/nao1215/gup/actions/workflows/reviewdog.yml/badge.svg)](https://github.com/nao1215/gup/actions/workflows/reviewdog.yml)
@@ -34,7 +34,12 @@ go install github.com/nao1215/gup@latest
3434

3535
### Использовать homebrew
3636
```shell
37-
brew install nao1215/tap/gup
37+
brew install nao1215/gup
38+
```
39+
40+
### Использовать mise-en-place
41+
```shell
42+
mise use -g gup@latest
3843
```
3944

4045
### Установка из пакета или бинарного файла

doc/zh-cn/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
2-
[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors-)
2+
[![All Contributors](https://img.shields.io/badge/all_contributors-15-orange.svg?style=flat-square)](#contributors-)
33
<!-- ALL-CONTRIBUTORS-BADGE:END -->
44
[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go)
55
[![reviewdog](https://github.com/nao1215/gup/actions/workflows/reviewdog.yml/badge.svg)](https://github.com/nao1215/gup/actions/workflows/reviewdog.yml)
@@ -34,7 +34,12 @@ go install github.com/nao1215/gup@latest
3434

3535
### 使用 homebrew
3636
```shell
37-
brew install nao1215/tap/gup
37+
brew install nao1215/gup
38+
```
39+
40+
### 使用 mise-en-place
41+
```shell
42+
mise use -g gup@latest
3843
```
3944

4045
### 从包或二进制文件安装

0 commit comments

Comments
 (0)