From 161819971d783b805a07a0766acaec1711c58e2d Mon Sep 17 00:00:00 2001 From: Joel Fernandes Date: Wed, 11 Jul 2018 20:59:08 -0700 Subject: [PATCH] update README Signed-off-by: Joel Fernandes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cb1dc5c..e750874 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,9 @@ sudo ln -s $(pwd)/androdeb /usr/bin/androdeb ``` * Installing adeb onto your device: +First make sure device is connected to system +Then run, for the base image: ``` -# First make sure device is connected to system -# Then run, for the base image: adeb prepare ``` The previous command only downloads and installs the base image. @@ -144,7 +144,7 @@ adeb prepare --archive /path/androdeb-fs.tgz ### Build a standalone raw EXT4 image out of the FS: ``` -adeb prepare --buildimage /path/to/image.img +adeb prepare --build-image /path/to/image.img ``` This can then be passed to Qemu as -hda. Note: This option doesn't need a device connected.