diff --git a/docs/hub/repositories-getting-started.md b/docs/hub/repositories-getting-started.md index 88fcdaebd..2e4dc2285 100644 --- a/docs/hub/repositories-getting-started.md +++ b/docs/hub/repositories-getting-started.md @@ -87,6 +87,13 @@ git clone https://huggingface.co// cd ``` +Or for a dataset repo: + +```bash +git clone https://huggingface.co/datasets// +cd +``` + You can clone over SSH with the following command: ```bash git clone git@hf.co:/