readme: start a trouble shooting section
Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>
diff --git a/README.md b/README.md
index 31a57bf..ec81bef 100644
--- a/README.md
+++ b/README.md
@@ -163,3 +163,8 @@
```
Note: The --download option ignores the --arch flag. This is because we only
provide pre-built filesystems for ARM64 at the moment.
+
+Common Trouble shooting
+-----------------
+1. Installing g++ with `apt-get install g++` fails.
+A. Solution: Run `adeb shell apt-get update` after the `adeb prepare` stage.