diff --git a/README.md b/README.md
index 129dc417934fc571b99a6002e6af6f1a3751bf45..9f9959e09a57798e57734785ef953b35f33b083b 100644
--- a/README.md
+++ b/README.md
@@ -27,5 +27,6 @@ To connect to a particular server you need its IP address. Once you have this ad
 
 #### How to run the applications
 
-To build an APK in Android Studio click `Build` from the top menu and then select `Build Bundle(s)/Build APK(s)`>`Build APK(s)`.
-Otherwise if you don't want to install the game on your personal device you can use Android studio to run the client and/or server by clicking the run button.
+To build an APK in Android Studio click `Build` from the top menu and then select `Build Bundle(s)/Build APK(s)`>`Build APK(s)`. This will produce a package you can use to install the game on your device. 
+
+Otherwise if you don't want to install the game on your personal device you can use Android Studio to run the client and/or server on an emulator by clicking the run button. If you do this, you should launch the server with the desktop launcher by choosing `DesktopLauncher` insted of `android` in the drop down menu next to the build hammer icon. This because emulators have their own private IP address which are not visible outside the emulator.