aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-06-09 12:33:30 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-06-09 12:33:30 +0200
commit24c4af5f03b233331782400b780bd5cbca0133a3 (patch)
tree9e1e3ff1cc2af599a800dc01d3f9c63d984e5418
parent678a2b8f52dc426132473f7111dd1113898f094a (diff)
Update git clone command in documentation
Change-Id: I0cf5fbaed72dfd8602ce9f8e10feb97fa9a17ce4 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--CAN-config-generator/README.md2
-rw-r--r--docs/2-Installation.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/CAN-config-generator/README.md b/CAN-config-generator/README.md
index 636bf36..b6771b9 100644
--- a/CAN-config-generator/README.md
+++ b/CAN-config-generator/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 https://github.com/iotbzh/can-config-generator.git
+$ git clone --recursive https://gerrit.automotivelinux.org/gerrit/apps/low-level-can-service
$ cd can-config-generator
$ mkdir -p build
$ cd build
diff --git a/docs/2-Installation.md b/docs/2-Installation.md
index fae56ea..c87402c 100644
--- a/docs/2-Installation.md
+++ b/docs/2-Installation.md
@@ -37,7 +37,7 @@ prepare_meta -f iotbzh -o /xdt -l /home/devel/mirror -p /home/devel/share/propri
```bash
export PATH=$PATH:/xdt/sdk/sysroots/x86_64-aglsdk-linux/usr/bin
export WD=$(pwd)
-git clone https://github.com/iotbzh/low-level-can-service
+git clone --recursive https://gerrit.automotivelinux.org/gerrit/apps/low-level-can-service
export GENERATOR=${WD}/CAN-signaling/CAN-config-generator
cd ${GENERATOR}
mkdir -p build