Skip to content

Commit d0a403f

Browse files
authored
Add the winget install option to README (#678)
1 parent 450e0ec commit d0a403f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,16 @@ brew tap stacklok/tap
118118
brew install thv
119119
```
120120

121+
#### Winget (Windows) <!-- omit in toc -->
122+
123+
If you're on Windows, you can install ToolHive using the Windows Package Manager (Winget).
124+
125+
> Note: Make sure you have [Winget](https://learn.microsoft.com/en-us/windows/package-manager/winget/) installed.
126+
127+
```bash
128+
winget install stacklok.toolhive
129+
```
130+
121131
#### Build from source <!-- omit in toc -->
122132

123133
To build ToolHive from source, clone this repository and build the CLI using Go:

0 commit comments

Comments
 (0)