Skip to content

Commit

Permalink
Merge pull request #72 from jcf2/patch-2
Browse files Browse the repository at this point in the history
Update README.md - add clarifying text
  • Loading branch information
yarikoptic authored Nov 21, 2024
2 parents da88b0e + 59d773a commit bd0434d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
Expand Down Expand Up @@ -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`).
Expand Down

0 comments on commit bd0434d

Please sign in to comment.