summaryrefslogtreecommitdiffstats
path: root/getting-started/source-code.md
diff options
context:
space:
mode:
authorydimitrov <y.dimitrov.14@aberdeen.ac.uk>2018-05-01 13:08:41 +0100
committerGitHub <noreply@github.com>2018-05-01 13:08:41 +0100
commitde27b37c85d58811f2762caa0c179bfa74acc59e (patch)
tree4354b4abc353d36bfe296a88644f5dc2f935b838 /getting-started/source-code.md
parent5190177e870e6093e1b85a748333cdf576300d78 (diff)
Update source-code.md
Diffstat (limited to 'getting-started/source-code.md')
-rw-r--r--getting-started/source-code.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/getting-started/source-code.md b/getting-started/source-code.md
index 567128b..9bf1d96 100644
--- a/getting-started/source-code.md
+++ b/getting-started/source-code.md
@@ -122,11 +122,11 @@ You can choose your source release
### Download Latest Stable Release
-To download all layers for the for the latest stable release, dab 4.0.2:
+To download all layers for the for the latest stable release, eel 5.0.2:
```bash
cd $AGL_TOP
-repo init -b dab -m dab_4.0.2.xml -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo
+repo init -b eel -m eel_5.0.2.xml -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo
repo sync
```