Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Fernandes <[email protected]>
  • Loading branch information
joelagnel committed Jul 12, 2018
1 parent b97601f commit 1618199
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 1618199

Please sign in to comment.