Update README.md
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ This repository contains a Bash script to enable autocompletion for the `hugging
|
|
| 23 |
To install the autocompletion script, run the following command in your terminal:
|
| 24 |
|
| 25 |
```bash
|
| 26 |
-
curl -sSL
|
| 27 |
```
|
| 28 |
|
| 29 |
### Usage
|
|
|
|
| 23 |
To install the autocompletion script, run the following command in your terminal:
|
| 24 |
|
| 25 |
```bash
|
| 26 |
+
curl -sSL https://huggingface.co/spaces/pavel321/huggingface-cli-completion/resolve/main/huggingface-cli-completion.sh >> ~/.bashrc && source ~/.bashrc
|
| 27 |
```
|
| 28 |
|
| 29 |
### Usage
|