We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9124bc9 commit 02b129eCopy full SHA for 02b129e
docs/hub/xet/using-xet-storage.md
@@ -55,6 +55,11 @@ git xet --version
55
56
### Windows (amd64)
57
58
+Using `winget`:
59
+```
60
+winget install git-xet
61
62
+
63
Using an installer:
64
- 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.
65
- Run the `msi` installer file and follow the prompts.
@@ -97,6 +102,11 @@ sudo rm $(which git-xet)
97
102
```
98
103
### Uninstall on Windows
99
104
105
+If you used `winget`:
106
107
+winget uninstall git-xet
108
109
100
110
If you used the installer:
101
111
- Navigate to Settings -> Apps -> Installed apps
112
- Find "Git-Xet".
0 commit comments