Omar Sanseviero
commited on
Commit
·
f3beae7
1
Parent(s):
e831696
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ First create a repo in https://hf.co/new.
|
|
| 19 |
Then clone this template and push it to your repo.
|
| 20 |
```
|
| 21 |
git clone https://huggingface.co/templates/feature-extraction
|
| 22 |
-
cd
|
| 23 |
git remote set-url origin https://huggingface.co/$YOUR_USER/$YOUR_REPO_NAME
|
| 24 |
git push --force
|
| 25 |
```
|
|
|
|
| 19 |
Then clone this template and push it to your repo.
|
| 20 |
```
|
| 21 |
git clone https://huggingface.co/templates/feature-extraction
|
| 22 |
+
cd feature-extraction
|
| 23 |
git remote set-url origin https://huggingface.co/$YOUR_USER/$YOUR_REPO_NAME
|
| 24 |
git push --force
|
| 25 |
```
|