Skip to content

Commit e86f0b7

Browse files
authored
Update git-xet instructions (#2071)
1 parent 4cb8744 commit e86f0b7

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,23 +50,23 @@ git xet install
5050

5151
To verify the installation, run:
5252
```
53-
git-xet --version
53+
git xet --version
5454
```
5555

5656
### Windows (amd64)
5757

5858
Using an installer:
59-
- Download `git-xet-windows-installer-x86_64.zip` ([available here](https://github.com/huggingface/xet-core/releases/download/git-xet-v0.1.0/git-xet-windows-installer-x86_64.zip)) and unzip.
59+
- 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.
6060
- Run the `msi` installer file and follow the prompts.
6161

6262
Manual installation:
63-
- Download `git-xet-windows-x86_64.zip` ([available here](https://github.com/huggingface/xet-core/releases/download/git-xet-v0.1.0/git-xet-windows-x86_64.zip)) and unzip.
63+
- Download `git-xet-windows-x86_64.zip` ([available here](https://github.com/huggingface/xet-core/releases/download/git-xet-v0.2.0/git-xet-windows-x86_64.zip)) and unzip.
6464
- Place the extracted `git-xet.exe` under a `PATH` directory.
6565
- Run `git xet install` in a terminal.
6666

6767
To verify the installation, run:
6868
```
69-
git-xet --version
69+
git xet --version
7070
```
7171

7272
### Using Git Xet
@@ -87,12 +87,12 @@ Under the hood, the [Xet protocol](https://huggingface.co/docs/xet/index) is inv
8787

8888
Using Homebrew:
8989
```bash
90-
git-xet uninstall
90+
git xet uninstall
9191
brew uninstall git-xet
9292
```
9393
If you used the installation script (for MacOS or Linux), run the following in your terminal:
9494
```bash
95-
git-xet uninstall
95+
git xet uninstall
9696
sudo rm $(which git-xet)
9797
```
9898
### Uninstall on Windows
@@ -103,7 +103,7 @@ If you used the installer:
103103
- Select the "Uninstall" option available in the context menu.
104104

105105
If you manually installed:
106-
- Run `git-xet uninstall` in a terminal.
106+
- Run `git xet uninstall` in a terminal.
107107
- Delete the `git-xet.exe` file from the location where it was originally placed.
108108

109109
## Recommendations

0 commit comments

Comments
 (0)