diff options
Diffstat (limited to 'docs/0_Getting_Started')
-rw-r--r-- | docs/0_Getting_Started/2_Building_AGL_Image/2_Downloading_AGL_Software.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/0_Getting_Started/2_Building_AGL_Image/2_Downloading_AGL_Software.md b/docs/0_Getting_Started/2_Building_AGL_Image/2_Downloading_AGL_Software.md index 39d2c18..ee18805 100644 --- a/docs/0_Getting_Started/2_Building_AGL_Image/2_Downloading_AGL_Software.md +++ b/docs/0_Getting_Started/2_Building_AGL_Image/2_Downloading_AGL_Software.md @@ -56,9 +56,9 @@ The remainder of this section provides steps on how to download the AGL source f ```sh $ cd $AGL_TOP - $ mkdir jellyfish - $ cd jellyfish - $ repo init -b jellyfish -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo + $ mkdir koi + $ cd koi + $ repo init -b koi -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo $ repo sync ``` |