-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #72 from jcf2/patch-2
Update README.md - add clarifying text
- Loading branch information
Showing
1 changed file
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -147,7 +147,12 @@ and setup the environment with all components installed: | |
|
||
mamba create -n reproin -y datalad datalad-container singularity | ||
|
||
Then make sure you have your git configured (adjust to fit your persona) | ||
Note that in future sessions you will need to activate this environment: | ||
|
||
mamba activate reproin | ||
|
||
Then make sure you have your git configured. If `git config --list` does not | ||
include these entries, add (adjust to fit your persona) | ||
|
||
git config --global user.name "My Name" | ||
git config --global user.email "[email protected]" | ||
|
@@ -232,7 +237,6 @@ which would | |
|
||
Go to the folder of the dataset, e.g. | ||
|
||
|
||
cd "$BIDS_DIR/dbic/QA" | ||
|
||
to see that `reproin` pre-setup everything needed to run conversion (`cat .datalad/config`). | ||
|