Skip to content

Commit

Permalink
Merge pull request #63 from pn2200/update-quickstart
Browse files Browse the repository at this point in the history
Update docker run command in QuickStart
  • Loading branch information
jmtyszka authored Nov 27, 2019
2 parents e1c840d + fa71d91 commit 3e328f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/QuickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ which controls the conversion of your original MRI series into a BIDS-compliant

If you're using the Docker image, run the following:
<pre>
docker run -it -v /PATH_TO_YOUR_DATASET_FOLDER/:/dataset jmtyszka/bidskit -d /dataset
docker run -it -v /PATH_TO_YOUR_DATASET_FOLDER/:/dataset jmtyszka/bidskit bidskit -d /dataset
</pre>

If you're running *bidskit* from the shell you can either run *bidskit* without arguments from within the dataset root
Expand Down

0 comments on commit 3e328f8

Please sign in to comment.