From 83e2e04fa59873df4d34374c97b82e50f444a2b5 Mon Sep 17 00:00:00 2001 From: Pedro Belo Date: Tue, 24 Mar 2015 14:51:28 -0700 Subject: [PATCH] readme tweak, need to install the geolocation plugin --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3ed8fac..944cd98 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,12 @@ $ sudo npm install -g ionic cordova $ ionic start myApp maps ``` +Then install the [Geolocation plugin](https://github.com/apache/cordova-plugin-geolocation): + +```bash +$ cordova plugin add org.apache.cordova.geolocation +``` + Then, to run it, cd into `myApp` and run: ```bash