From 51dc0b3263ca23e68c0f90d4b69a1a66fcf0ad43 Mon Sep 17 00:00:00 2001 From: Hanchung Lee <4794839+leehanchung@users.noreply.github.com> Date: Fri, 22 Nov 2019 12:40:07 -0800 Subject: [PATCH] Update the linebreak symbol The original doc comment of this is confusing for Python users: ```dvc $ mkdir data $ dvc get https://github.com/iterative/dataset-registry \ get-started/data.xml -o data/data.xml ``` So changed this into one single command line for clarity. ```dvc $ mkdir data $ dvc get https://github.com/iterative/dataset-registry get-started/data.xml -o data/data.xml ``` --- static/docs/get-started/add-files.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/docs/get-started/add-files.md b/static/docs/get-started/add-files.md index 68c95214cb..349f1abd06 100644 --- a/static/docs/get-started/add-files.md +++ b/static/docs/get-started/add-files.md @@ -6,8 +6,7 @@ Let's get a dataset example to play with: ```dvc $ mkdir data -$ dvc get https://github.com/iterative/dataset-registry \ - get-started/data.xml -o data/data.xml +$ dvc get https://github.com/iterative/dataset-registry get-started/data.xml -o data/data.xml ``` > `dvc get` can use any DVC project hosted on a Git repository to