diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2017-11-02 12:12:58 +0200 |
---|---|---|
committer | Leon Anavi <leon.anavi@konsulko.com> | 2017-11-02 12:19:56 +0200 |
commit | 99e37e2e85aebb23de9d1838d95a80fabbb5ba1b (patch) | |
tree | 92496efec22851a4d1851e82523ffa95a8ca667c /getting-started/source-code.md | |
parent | 2095f34e09d9239b2edf69fd5426bc7d0b4866ab (diff) |
source-code.md: Update latest stable version
Update the latest stable version to Dab 4.0.2.
Bug-AGL: SPEC-1024
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Diffstat (limited to 'getting-started/source-code.md')
-rw-r--r-- | getting-started/source-code.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/getting-started/source-code.md b/getting-started/source-code.md index 5b1426c..5133d5f 100644 --- a/getting-started/source-code.md +++ b/getting-started/source-code.md @@ -121,11 +121,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.0: +To download all layers for the for the latest stable release, dab 4.0.2: ```bash cd $AGL_TOP -repo init -b dab -m dab_4.0.0.xml -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo +repo init -b dab -m dab_4.0.2.xml -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo repo sync ``` |