Add gitreview file for Optimistic Octopus branch
[src/low-level-can-generator.git] / README.md
index b6771b9..087c1cf 100644 (file)
--- a/README.md
+++ b/README.md
@@ -16,15 +16,15 @@ The reference documentation of the JSON file can be found [here](https://github.
 \r
 * Make sure you already set up the AGL SDK using the following [SDK Quick Setup Guide](http://docs.iot.bzh/docs/getting_started/en/dev/reference/setup-sdk-environment.html). Alternatively, please refer to official guides available on [AGL Developer Site](http://docs.automotivelinux.org/docs/devguides/en/dev/#guides).\r
 \r
-> **CAUTION** Don't source the environment file to get this project compile. We just use CMake from SDK environment, so make sure to not have CMake on the system or remove it if needed with ```sudo apt-get remove cmake```. \r
+> **CAUTION** Don't source the environment file to get this project compile. We just use CMake from SDK environment, so make sure to not have CMake on the system or remove it if needed with ```sudo apt-get remove cmake```.\r
 \r
 ## Compile\r
 \r
 ```bash\r
 $ export PATH=$PATH:/xdt/sdk/sysroots/x86_64-aglsdk-linux/usr/bin\r
 $ export WD=$(pwd)\r
-$ git clone --recursive https://gerrit.automotivelinux.org/gerrit/apps/low-level-can-service\r
-$ cd can-config-generator\r
+$ git clone --recursive https://gerrit.automotivelinux.org/gerrit/src/low-level-can-generator\r
+$ cd low-level-can-generator\r
 $ mkdir -p build\r
 $ cd build\r
 $ cmake -G "Unix Makefiles" ..\r