diff --git a/ILLIXR_INSTRUCTIONS.md b/ILLIXR_INSTRUCTIONS.md index b616d586b..37f67de70 100644 --- a/ILLIXR_INSTRUCTIONS.md +++ b/ILLIXR_INSTRUCTIONS.md @@ -25,7 +25,8 @@ make [opt|dbg] Now to run OpenVINS Standalone do the following: ``` -cd build/ov_msckf +# opt => == RelWithDebInfo, dbg => == Debug +cd build//ov_msckf ./run_illixr_msckf ```