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
33
33
brew install thv
34
34
```
35
35
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
+
36
44
</TabItem >
37
45
<TabItem value = ' binary' label = ' Pre-compiled binaries' >
38
46
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:
145
153
brew upgrade thv
146
154
```
147
155
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
+
148
165
</TabItem >
149
166
<TabItem value = ' binary' label = ' Pre-compiled binaries' >
150
167
@@ -250,6 +267,13 @@ To uninstall ToolHive:
250
267
brew uninstall thv
251
268
```
252
269
</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 >
253
277
<TabItem value = ' binary' label = ' Pre-compiled binaries' >
254
278
Delete the binary from your PATH:
255
279
You can’t perform that action at this time.
0 commit comments