aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Pfeffer <zach.pfeffer@linaro.org>2012-07-21 20:56:55 -0500
committerJean-Baptiste Queru <jbq@google.com>2012-08-20 14:37:56 -0700
commitda16b107eaaa355bc00946c1c6223fb2a775648c (patch)
treeb356218cd05c66281c2ee9c03677ff94fe52046c
parent48dea806820cea16f16df24c6d9fe740381b6507 (diff)
downloadpanda-da16b107eaaa355bc00946c1c6223fb2a775648c.tar.gz
Fix documentation for lunch command
lunch full_panda_userdebug doesn't exist, but full_panda-userdebug works Change-Id: I6b8212961b2a402944c06cfe827ad6745b1b85e2 Signed-off-by: Zach Pfeffer <zach.pfeffer@linaro.org>
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 015dfab..50b04bf 100644
--- a/README
+++ b/README
@@ -24,7 +24,7 @@ HDMI-to-DVI-D on the P1 DVI-D connector
# Initial setup, part 1: build fastboot
source build/envsetup.sh
-lunch full_panda_userdebug
+lunch full_panda-userdebug
make fastboot
# Initial setup, part 2:
@@ -40,7 +40,7 @@ fastboot flash bootloader device/ti/panda/bootloader.bin
# Build and flash, part 1: Do a build
source build/envsetup.sh
-lunch full_panda_userdebug
+lunch full_panda-userdebug
make
# Build and flash, part 2: Flash