diff --git a/exercises/exercise-runtimeparams/README.md b/exercises/exercise-runtimeparams/README.md index 8dc6a8aa69069e99eb7a8f9e2145137d266083c0..13d09c6bed8a3cefd1bdee0dc5d5f6cda810e07a 100644 --- a/exercises/exercise-runtimeparams/README.md +++ b/exercises/exercise-runtimeparams/README.md @@ -26,12 +26,13 @@ Parameters::init(argc, argv); ``` This input file should either be named the same as the executable file, with a -trailing `*.input`, as is standard in our CMake system, or be explicitly written +trailing `*.input`, or be named `prarams.input` as is standard in our CMake system. +Alternatively, arbitrarily named input file names can be explicitly written as the first shell argument after the executable file is called. ```bash ./exercise_runtimeparams - (Calls a file (exercise_runtimeparams.input) as the default input file.) + (Calls a file (exercise_runtimeparams.input, or, if this is not present, params.input) as the default input file.) ``` ```bash ./exercise_runtimeparams exercise1.input