diff --git a/configuration/README.md b/configuration/README.md index 10ba04ab1..1aa40dc83 100644 --- a/configuration/README.md +++ b/configuration/README.md @@ -60,10 +60,10 @@ To support execution in a simulated environment, V2X-Hub is in the process of in * **INFRASTRUCTURE_ID** – Environment variable for storing infrastructure id of V2X Hub. * **SENSOR_JSON_FILE_PATH** – Environment variable for storing path to sensor configuration file. This is an optional simulation environment variable that allows for setting up simulated sensor for a V2X-Hub instance. Example file can be found in the **CDASimAdapterPlugin** tests [here](../src/v2i-hub/CDASimAdapter/test/sensors.json). -### Open V2X-Hub in Google Chrome - To open V2X-Hub in Google Chrome, run this command: +### Open V2X-Hub in Google Chrome +If the chromium browser is not available, run this command to open V2X-Hub in google chrome: ``` - google-chrome --ignore-certificate-errors localhost + google-chrome --ignore-certificate-errors localhost > /dev/null 2>&1 & ``` > [!NOTE]