From 03b0f812b7cfe3257b9ddf2b7eafac31367d7a43 Mon Sep 17 00:00:00 2001 From: kDot Date: Wed, 20 Aug 2014 14:03:30 +0200 Subject: [PATCH] Update README.md Another small update of the documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f3bcdf7..0d2e40c0 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Then, run `gradle assembleDebug`. ## Development Notes -The syncthing backend used for this android application provides a web interface by default. It can be accessed via the Settings menu -> 'Web GUI'. It is quite helpful to access this web interface from your development machine. Read [android documentation](http://developer.android.com/tools/devices/emulator.html#redirection) on how to do so or execute the following steps (assuming you have only one emulator/avd started) +The syncthing backend used for this android application provides a web interface by default. It can be accessed via the Settings menu -> 'Web GUI'. It is quite helpful to access this web interface from your development machine. Read [android documentation](http://developer.android.com/tools/devices/emulator.html#redirection) on how to access the network of your emulator. Or use a shortcut by executing the following steps (assuming you have only one emulator/avd started) - `telnet localhost 5554` - `redir add tcp:18080:8080` - Start synchting app on your emulator and access the web interface from you favorite browser of your development machine via [http://127.0.0.1:18080](http://127.0.0.1:18080)