Skip to content

Commit 88ffdc5

Browse files
authored
fix: zsh no matches found error (#1471)
1 parent 52f3a06 commit 88ffdc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hub/models-downloading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ you can increase your download speed with [`hf_transfer`](https://github.com/hug
5050
a Rust-based library developed to speed up file transfers with the Hub.
5151

5252
```bash
53-
pip install huggingface_hub[hf_transfer]
53+
pip install "huggingface_hub[hf_transfer]"
5454
HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download ...
5555
```
5656

0 commit comments

Comments
 (0)