Updating README
authorRomain Forlot <romain.forlot@iot.bzh>
Tue, 13 Jun 2017 15:27:13 +0000 (17:27 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Tue, 13 Jun 2017 15:27:13 +0000 (17:27 +0200)
Change-Id: I6257a79b3f663c38a23d4c5400c53b4f70654999
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
README.md

index b6771b9..d29f228 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/apps/low-level-can-generator\r
+$ cd low-level-can-generator\r
 $ mkdir -p build\r
 $ cd build\r
 $ cmake -G "Unix Makefiles" ..\r