diff --git a/content/docs/use-cases/data-registries.md b/content/docs/use-cases/data-registries.md index 8ef1f1662d..ed0f5e2216 100644 --- a/content/docs/use-cases/data-registries.md +++ b/content/docs/use-cases/data-registries.md @@ -80,7 +80,7 @@ The actual data is stored in the project's cache and should be [remote storage](/doc/command-reference/remote) locations, so the registry can be accessed from other locations or by other people: -``` +```dvc $ dvc remote add -d myremote s3://bucket/path $ dvc push ```