diff --git a/README.md b/README.md index 1992512..8c02047 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ adb connect :5555 Get rid of unauthorized device popup while connecting to the emulator outside the container ------------------------------------------ -In order to connect to the emulator using already generated adbkey on your machine you will need to mount your `.android` folder to the container: +In order to connect to the emulator using already generated adbkey on your machine you will need to mount your `.android` folder to the container (this is needed only when you work with emulator based on playstore image): ``` docker run -v :/root/.android/ ...