Skip to content

Commit e8f732f

Browse files
rdimitrovdanbarr
andauthored
Add the winget install option (#5)
* Add the winget install option Signed-off-by: Radoslav Dimitrov <[email protected]> * Update docs/toolhive/guides-cli/install.mdx Co-authored-by: Dan Barr <[email protected]> * Update docs/toolhive/guides-cli/install.mdx Co-authored-by: Dan Barr <[email protected]> * Update docs/toolhive/guides-cli/install.mdx Co-authored-by: Dan Barr <[email protected]> --------- Signed-off-by: Radoslav Dimitrov <[email protected]> Co-authored-by: Dan Barr <[email protected]>
1 parent 6c5376f commit e8f732f

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+
WinGet is available by default on Windows, making this 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)