summaryrefslogtreecommitdiffstats
path: root/getting-started/source-code.md
diff options
context:
space:
mode:
authorThierry Bultel <thierry.bultel@iot.bzh>2018-09-21 15:35:23 +0200
committerThierry Bultel <thierry.bultel@iot.bzh>2018-09-21 17:25:37 +0200
commit29418ae00c6f00db34c0e3af1f2e94f5c971170a (patch)
tree5879d8aedb9e9ec041cc9ad5ca4c11dd49e9409c /getting-started/source-code.md
parent7c1c120c89c4103d837c68c2207cf21cd6e1242b (diff)
Updated the kickstart for h3, m3 & kf
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
Diffstat (limited to 'getting-started/source-code.md')
-rw-r--r--getting-started/source-code.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started/source-code.md b/getting-started/source-code.md
index 83435e7..3c5d6f4 100644
--- a/getting-started/source-code.md
+++ b/getting-started/source-code.md
@@ -126,7 +126,7 @@ To download all layers for the for the latest stable release, eel 5.0.3:
```bash
cd $AGL_TOP
-repo init -b eel -m eel_5.0.3.xml -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo
+repo init -b eel -m eel_5.1.0.xml -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo
repo sync
```