Skip to content

Commit

Permalink
Put code into yoda-idiomatic spot
Browse files Browse the repository at this point in the history
  • Loading branch information
asmacdo committed May 25, 2024
1 parent 97f2ad7 commit 106222b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ datalad install -d . -s https://github.com/ReproNim/ds000003-demo sourcedata
Next we install the `ReproNim/containers` collection.
```bash
datalad install -d . ///repronim/containers
datalad install -d . -s ///repronim/containers code/containers
```
Now let's take a look at what we have.
Expand Down Expand Up @@ -240,7 +240,7 @@ dataset, **or** the top-level dataset.
```bash
# Run from ~/my-experiments/ds000003-qc
datalad run -m "Downgrade/Freeze mriqc container version" \
containers/scripts/freeze_versions --save-dataset=. bids-mriqc=0.16.0
code/containers/scripts/freeze_versions --save-dataset=. bids-mriqc=0.16.0
```
**Option 2: ///repronim/containers**
Expand Down

0 comments on commit 106222b

Please sign in to comment.