diff --git a/README.md b/README.md index c1d5b4b..157a0ba 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ devtools::install_github("SimpleITK/SimpleITKRInstaller") or, turn on mutlicore compilation using ```R -devtools::install_github("SimpleITK/SimpleITKRInstaller", args=c("--configure-vars=MAKEJ=6")) +devtools::install_github("SimpleITK/SimpleITKRInstaller", configure.vars=c("MAKEJ=6")) ``` Requires _cmake_ and _git_ in the path.