Skip to content

Commit 5ac92d4

Browse files
authored
Update git-xet install instructions (#583)
Removes the custom tap after accepted into core: Homebrew/homebrew-core#255977 Adds winget install after accepted into winget-pkgs: microsoft/winget-pkgs#316392
1 parent 9cf0e1e commit 5ac92d4

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

git_xet/README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
5059
If 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

0 commit comments

Comments
 (0)