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