summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2011-07-25 11:05:01 +0200
committerChristian Beier <dontmind@freeshell.org>2011-07-25 11:05:01 +0200
commit5dfe0b05a2f800d6f100e0442ba61ec3860f4d8d (patch)
tree98e8d89299df68c60590165746345c7322fccdbc /examples
parent8235cf8be7ed3a372bc96df39af039697d486e16 (diff)
downloadlibtdevnc-5dfe0b05a2f800d6f100e0442ba61ec3860f4d8d.tar.gz
libtdevnc-5dfe0b05a2f800d6f100e0442ba61ec3860f4d8d.zip
Add installation hints to android example README.
Diffstat (limited to 'examples')
-rw-r--r--examples/android/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/android/README b/examples/android/README
index 5baea22..57e14cf 100644
--- a/examples/android/README
+++ b/examples/android/README
@@ -52,3 +52,12 @@ some files manually.
+Installing && Running
+---------------------
+
+This can be done via
+
+ adb push androidvncserver /data/local/
+ adb shell /data/local/androidvncserver
+
+