Add missing `git clone` URL

#1
by alvarobartt HF staff - opened
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -8,7 +8,7 @@ Refer to the [original model card](https://huggingface.co/openai/clip-vit-base-p
8
  ## Use with mlx
9
 
10
  ```bash
11
- git clone
12
  cd clip
13
  pip install -r requirements.txt
14
  ```
 
8
  ## Use with mlx
9
 
10
  ```bash
11
+ git clone https://github.com/ml-explore/mlx-examples.git
12
  cd clip
13
  pip install -r requirements.txt
14
  ```