diff --git a/README.md b/README.md index 0073658..6ffaa49 100644 --- a/README.md +++ b/README.md @@ -48,3 +48,11 @@ Example data should be updated every time metadata schema is changed. To update, ```sh nextstrain build --docker . update_example_data -F ``` + + +## Sending data to the `nextclade_data` repo + +From within the destination directory, run +``` +rsync -a /rsv/nextclade/datasets/ . +```