From 3bbb115e8b3a7b707ab6406201bda6605bd3e948 Mon Sep 17 00:00:00 2001 From: lyang Date: Fri, 4 Dec 2020 11:03:11 -0800 Subject: [PATCH] Link to the releases page --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 32f013a..854b2e1 100644 --- a/README.markdown +++ b/README.markdown @@ -17,7 +17,7 @@ This is a preview of some basic Android emulation functionality on the M1. There This only works on M1 Apple Silicon Macs. -Go to the Github releases page, download a .dmg, drag to the Applications folder, and run. You'll first need to right click the app icon and select Open and then skip past the developer identity verification step (we are working on providing official identity info). The first few times it starts up it will take a while to show up, but subsequent launches will be faster. +Go to the Github [releases](https://github.com/741g/android-emulator-m1-preview/releases) page, download a .dmg, drag to the Applications folder, and run. You'll first need to right click the app icon and select Open and then skip past the developer identity verification step (we are working on providing official identity info). The first few times it starts up it will take a while to show up, but subsequent launches will be faster. If you've installed Android Studio and Android SDK and `adb` is available, the emulator should be visible from Studio and work (deploy built apps, debug apps, etc).