Skip to content

Commit 02b129e

Browse files
authored
Add winget instruction (#2083)
1 parent 9124bc9 commit 02b129e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/hub/xet/using-xet-storage.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ git xet --version
5555

5656
### Windows (amd64)
5757

58+
Using `winget`:
59+
```
60+
winget install git-xet
61+
```
62+
5863
Using an installer:
5964
- Download `git-xet-windows-installer-x86_64.zip` ([available here](https://github.com/huggingface/xet-core/releases/download/git-xet-v0.2.0/git-xet-windows-installer-x86_64.zip)) and unzip.
6065
- Run the `msi` installer file and follow the prompts.
@@ -97,6 +102,11 @@ sudo rm $(which git-xet)
97102
```
98103
### Uninstall on Windows
99104

105+
If you used `winget`:
106+
```
107+
winget uninstall git-xet
108+
```
109+
100110
If you used the installer:
101111
- Navigate to Settings -> Apps -> Installed apps
102112
- Find "Git-Xet".

0 commit comments

Comments
 (0)