File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,14 @@ brew tap stacklok/tap
3333brew 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' >
38461 . Visit the [ ToolHive releases page] ( https://github.com/stacklok/toolhive/releases )
@@ -145,6 +153,15 @@ If you installed ToolHive via Homebrew, upgrade it with:
145153brew 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
You can’t perform that action at this time.
0 commit comments