Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/hub/xet/using-xet-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ git xet --version

### Windows (amd64)

Using `winget`:
```
winget install git-xet
```

Using an installer:
- 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.
- Run the `msi` installer file and follow the prompts.
Expand Down Expand Up @@ -97,6 +102,11 @@ sudo rm $(which git-xet)
```
### Uninstall on Windows

If you used `winget`:
```
winget uninstall git-xet
```

If you used the installer:
- Navigate to Settings -> Apps -> Installed apps
- Find "Git-Xet".
Expand Down