summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel <agnel.joel@gmail.com>2019-05-14 16:43:51 -0400
committerGitHub <noreply@github.com>2019-05-14 16:43:51 -0400
commit3db31dcba8ba527eabbf7eb4dc39b7cfccb6eb31 (patch)
tree5c14cde79bc892eba1f4a524a28568b7aa9f3f58
parentbe8f169ffcd696f1f42b285edce4d850afbc640a (diff)
downloadadeb-3db31dcba8ba527eabbf7eb4dc39b7cfccb6eb31.tar.gz
Add information about the --build flag
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 07977da..6c20681 100644
--- a/README.md
+++ b/README.md
@@ -168,8 +168,8 @@ device connected.
### How to use adeb for other Architectures (other than ARM64)
By default adeb assumes the target Android device is based on ARM64
-processor architecture. For other architectures, use the --arch option. For
-example for x86_64 architecture, run:
+processor architecture. For other architectures, use the --arch and --build option.
+For example for x86_64 architecture, run:
```
adeb prepare --build --arch amd64 --bcc --kernelsrc /path/to/kernel-source/
```