File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ Make sure you have [git](https://git-scm.com/downloads) and [git-lfs](https://gi
66### macOS or Linux (amd64 or aarch64)
77 To install using Homebrew:
88 ```
9- brew tap huggingface/tap
109 brew install git-xet
1110 git xet install
1211 ```
@@ -20,6 +19,11 @@ Make sure you have [git](https://git-scm.com/downloads) and [git-lfs](https://gi
2019 ```
2120
2221### Windows (amd64)
22+ Using ` winget ` :
23+ ```
24+ winget install git-xet
25+ ```
26+
2327 Using an installer:
2428 - 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.
2529 - Run the ` msi ` installer file and follow the prompts.
@@ -47,8 +51,13 @@ If you used the installation script (for MacOS or Linux), run the following in y
4751 sudo rm $(which git-xet)
4852 ```
4953### Windows
54+ If you used ` winget ` :
55+ ```
56+ winget uninstall git-xet
57+ ```
58+
5059If you used the installer:
51- - Navigate to Settings -> Apps -> Installed apps
60+ - Navigate to Settings -> Apps -> Installed apps
5261- Find "Git-Xet".
5362- Select the "Uninstall" option available in the context menu.
5463
You can’t perform that action at this time.
0 commit comments