Skip to content

Commit bb82288

Browse files
committed
Add the winget install option
Signed-off-by: Radoslav Dimitrov <[email protected]>
1 parent 3f43445 commit bb82288

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs/toolhive/guides-cli/install.mdx

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ brew tap stacklok/tap
3333
brew install thv
3434
```
3535

36+
</TabItem>
37+
<TabItem value='winget' label='winget (Windows)'>
38+
If you use winget on Windows, this is the easiest installation method:
39+
40+
```bash
41+
winget install stacklok.thv
42+
```
43+
3644
</TabItem>
3745
<TabItem value='binary' label='Pre-compiled binaries'>
3846
1. Visit the [ToolHive releases page](https://github.com/stacklok/toolhive/releases)
@@ -145,6 +153,15 @@ If you installed ToolHive via Homebrew, upgrade it with:
145153
brew upgrade thv
146154
```
147155

156+
</TabItem>
157+
<TabItem value='winget' label='winget (Windows)'>
158+
159+
If you installed ToolHive via winget, upgrade it with:
160+
161+
```bash
162+
winget upgrade stacklok.thv
163+
```
164+
148165
</TabItem>
149166
<TabItem value='binary' label='Pre-compiled binaries'>
150167

@@ -250,6 +267,13 @@ To uninstall ToolHive:
250267
brew uninstall thv
251268
```
252269
</TabItem>
270+
<TabItem value='winget' label='winget (Windows)'>
271+
If you installed ToolHive via winget, uninstall it with:
272+
273+
```bash
274+
winget uninstall stacklok.thv
275+
```
276+
</TabItem>
253277
<TabItem value='binary' label='Pre-compiled binaries'>
254278
Delete the binary from your PATH:
255279

0 commit comments

Comments
 (0)