From 52dde189f5abad6e67be7862b3698fad9fbf0cad Mon Sep 17 00:00:00 2001 From: David Kennedy Date: Fri, 3 Jun 2022 10:54:36 -0400 Subject: [PATCH] Update README.md fixed datalad siblings configure syntax --- Exercise/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Exercise/README.md b/Exercise/README.md index 494cca5..7cd1451 100644 --- a/Exercise/README.md +++ b/Exercise/README.md @@ -428,7 +428,7 @@ $ datalad siblings In order to link the annexed contents in the LFS special remote to the GitHub sibling such that we can update both simultaneously, we need to configure a publication dependency using the `publish-depends ` option. We'll set it such that the `github` sibling depends on the `github-lfs` sibling. ``` -datalad siblings github --publish-depends github-lfs +datalad siblings configure -s github --publish-depends github-lfs ``` Finally, with this single step it becomes possible to transfer the entire dataset, including annexed file content, to the same GitHub repository: