From 8dbd41ab24f5faa8eb36e47ef66e4c6a90bab226 Mon Sep 17 00:00:00 2001 From: Benjamin Irving Date: Mon, 7 Mar 2016 18:00:30 +0000 Subject: [PATCH] update readme 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c86831a2..af3b9b9e 100755 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ cmake .. ``` `dcm2niix` will be created in the `bin` folder -** optional batch processing version: ** +**optional batch processing version:** The batch processing binary `dcm2niibatch` is optional. To build `dcm2niibatch` as well change the cmake command to `cmake -DBATCH_VERSION=ON ..`