aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRam Muthiah <rammuthiah@google.com>2021-04-19 10:49:01 -0700
committerRam Muthiah <rammuthiah@google.com>2021-04-19 10:50:28 -0700
commitd3816a326a12ba3332979b636b9aec99ee567ad1 (patch)
tree5d66e111c25d16c8f490fa21526452f2d9eec6f3 /README.md
parentac55a6876b2de864a28a236238be7483461583a5 (diff)
downloadcuttlefish-d3816a326a12ba3332979b636b9aec99ee567ad1.tar.gz
Update cf_x86 references to cf_x86_64 in README
Change-Id: Icbbd44981712faa4560d8e1bd2ea7f7d6ee87222
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index aa63bbaf7..84cf32912 100644
--- a/README.md
+++ b/README.md
@@ -30,10 +30,10 @@
3. Go to http://ci.android.com/
4. Enter a branch name. Start with `aosp-master` if you don't know what you're
looking for
-5. Navigate to `aosp_cf_x86_phone` and click on `userdebug` for the latest build
+5. Navigate to `aosp_cf_x86_64_phone` and click on `userdebug` for the latest build
6. Click on `Artifacts`
7. Scroll down to the OTA images. These packages look like
- `aosp_cf_x86_phone-img-xxxxxx.zip` -- it will always have `img` in the name.
+ `aosp_cf_x86_64_phone-img-xxxxxx.zip` -- it will always have `img` in the name.
Download this file
8. Scroll down to `cvd-host_package.tar.gz`. You should always download a host
package from the same build as your images.
@@ -43,7 +43,7 @@
mkdir cf
cd cf
tar xvf /path/to/cvd-host_package.tar.gz
- unzip /path/to/aosp_cf_x86_phone-img-xxxxxx.zip
+ unzip /path/to/aosp_cf_x86_64_phone-img-xxxxxx.zip
```
10. Launch cuttlefish with: