diff options
author | Walt Miner <wminer@linuxfoundation.org> | 2017-08-21 15:22:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-21 15:22:32 -0500 |
commit | b32d1143fecf9486032b577e0d4560c48d966bcd (patch) | |
tree | 0c1dd86783954c9c2cdeaebdc37f0535fd1b849d | |
parent | f3dac5ca17c6bb1d4e62052e734d24c0f4784f96 (diff) | |
parent | d45ae884e05a25469a59c47b9d60ceae7432b578 (diff) |
Merge pull request #73 from leon-anavi/SPEC-664
source-code.md: Update stable versions
-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 0c2c387..337cbac 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, Chinook 3.0.1: +To download all layers for the for the latest stable release, Chinook 3.0.4: ```bash cd $AGL_TOP -repo init -b chinook -m chinook_3.0.1.xml -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo +repo init -b chinook -m chinook_3.0.4.xml -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo repo sync ``` |