diff options
-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 a33065f..a7ebd42 100644 --- a/getting-started/source-code.md +++ b/getting-started/source-code.md @@ -13,10 +13,10 @@ chmod a+x ~/bin/repo ``` ## Download Latest Stable Release -To download all layers for the for the latest stable release, Blowfish 2.0.2: +To download all layers for the for the latest stable release, Blowfish 2.0.3: ``` -repo init -b blowfish -m default_blowfish_2.0.2.xml -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo +repo init -b blowfish -m default_blowfish_2.0.3.xml -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo repo sync ``` |