pavel321 commited on
Commit
dc9b471
1 Parent(s): 000fbc8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 huggingface_autocomplete.sh | bash
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