Commit
·
4cdc2c2
1
Parent(s):
811a741
doc: markdown
Browse files
README.md
CHANGED
|
@@ -10,3 +10,19 @@ pinned: false
|
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
### Clone from Hugging Face
|
| 16 |
+
|
| 17 |
+
```shell
|
| 18 |
+
D:\DEV\ufrgs.tcc.dev\ufrgs-gui-observatory-hf>git clone https://strauss-oak:<hf-token>@huggingface.co/spaces/strauss-oak/observatory-news-dashboard
|
| 19 |
+
```
|
| 20 |
+
|
| 21 |
+
```
|
| 22 |
+
Cloning into 'observatory-news-dashboard'...
|
| 23 |
+
remote: Enumerating objects: 108, done.
|
| 24 |
+
remote: Total 108 (delta 0), reused 0 (delta 0), pack-reused 108
|
| 25 |
+
Receiving objects: 100% (108/108), 11.97 KiB | 1.09 MiB/s, done.
|
| 26 |
+
Resolving deltas: 100% (41/41), done.
|
| 27 |
+
```
|
| 28 |
+
|