diff --git a/README.md b/README.md
index e409bac5..24161ab2 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,13 @@ This is an Android app for Randall Munroe's Geohashing activity (see [its wiki](
If you want to check out the code behind the really old, pre-tablet version that existed before 0.9.0 was released, look at the legacy branch.
+[](https://play.google.com/store/apps/details?id=net.exclaimindustries.geohashdroid)
+[](https://apt.izzysoft.de/fdroid/index/apk/net.exclaimindustries.geohashdroid)
+
## If you want to build this yourself
The overhauled Geohash Droid should be completely functional now. However, since it uses the Google Maps API v2, you're going to need to get your own API key to use it. [Google provides instructions](https://developers.google.com/maps/documentation/android/start?hl=en) to get a key; all you have to do past that is make your own string resource called "api_map_key_v2" with the key string, and GHD should compile.