summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoel Fernandes <joel@linuxinternals.org>2018-04-01 21:00:51 -0700
committerJoel Fernandes <joel@linuxinternals.org>2018-04-01 21:00:51 -0700
commit1a0e259d6f65354bf07d5ddb95a98c06f6e83bf1 (patch)
tree9702ea33d2517fc93ef2d5af246438e9722bb949 /README.md
parent93b7f2ebbf614a3f5c4930404fef3e0ac05971ec (diff)
downloadadeb-1a0e259d6f65354bf07d5ddb95a98c06f6e83bf1.tar.gz
Update
Signed-off-by: Joel Fernandes <joel@linuxinternals.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index a6ba5e1..32c89e0 100644
--- a/README.md
+++ b/README.md
@@ -52,19 +52,21 @@ sudo ./androdeb prepare --download
```
More advanced usage instructions
--------------------------------
-* Install kernel headers in addition to preparing androdeb device:
+### Install kernel headers in addition to preparing androdeb device:
```
./androdeb prepare --download --kernelsrc /path/to/kernel-source
```
-* Update kernel headers onto an existing install:
+### Update kernel headers onto an existing install:
+
If you need to put kernel sources for an existing install, run:
```
./androdeb prepare --kernelsrc /path/to/kernel-source
```
Note: The kernel sources should have been built (atleast build should have started).
-* Build and prepare device with a custom rootfs locally:
+### Build and prepare device with a custom rootfs locally:
+
The androdeb fs will be prepared locally by downloading packages as needed:
```
./androdeb prepare --fullbuild