summaryrefslogtreecommitdiffstats
path: root/docs/0_Getting_Started/2_Building_AGL_Image/2_Downloading_AGL_Software.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/0_Getting_Started/2_Building_AGL_Image/2_Downloading_AGL_Software.md')
-rw-r--r--docs/0_Getting_Started/2_Building_AGL_Image/2_Downloading_AGL_Software.md8
1 files changed, 4 insertions, 4 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 ee18805..3bb51d5 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
@@ -51,14 +51,14 @@ The remainder of this section provides steps on how to download the AGL source f
Using the latest stable release gives you a solid snapshot of the
latest know release.
The release is static, tested, and known to work.
- To download the latest stable release branch (i.e. Jellyfish), use
+ To download the latest stable release branch (i.e. lamprey), use
the following commands:
```sh
$ cd $AGL_TOP
- $ mkdir koi
- $ cd koi
- $ repo init -b koi -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo
+ $ mkdir lamprey
+ $ cd lamprey
+ $ repo init -b lamprey -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo
$ repo sync
```