From 24c4af5f03b233331782400b780bd5cbca0133a3 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 9 Jun 2017 12:33:30 +0200 Subject: Update git clone command in documentation Change-Id: I0cf5fbaed72dfd8602ce9f8e10feb97fa9a17ce4 Signed-off-by: Romain Forlot --- docs/2-Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/2-Installation.md b/docs/2-Installation.md index fae56eaf..c87402c0 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 -- cgit 1.2.3-korg