aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-01-16 09:21:20 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2018-01-16 09:21:20 +0100
commitd844c48c5f2630bede6e0bbc515f43cae78f5e97 (patch)
tree633a9729cc8514864ca0cc2747f548aeeceda21c
parent92f95384ce4b4a198b1fea93272201421f7b9a39 (diff)
Fix: git repo url in documentation.
Change-Id: I5d428d553a9ec38e391ff49799fca08aab468dc3 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d29f228..087c1cf 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ The reference documentation of the JSON file can be found [here](https://github.
```bash
$ export PATH=$PATH:/xdt/sdk/sysroots/x86_64-aglsdk-linux/usr/bin
$ export WD=$(pwd)
-$ git clone --recursive https://gerrit.automotivelinux.org/gerrit/apps/low-level-can-generator
+$ git clone --recursive https://gerrit.automotivelinux.org/gerrit/src/low-level-can-generator
$ cd low-level-can-generator
$ mkdir -p build
$ cd build