Skip to content

Commit 5756908

Browse files
committed
Update README.md
1 parent a5dea5f commit 5756908

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ The plugin creates the object `window.plugins.backgroundGeoLocation` with the me
3737
cordova plugin add https://github.com/christocracy/cordova-plugin-background-geolocation.git
3838
```
3939

40+
**ACHTUNG!** If you're not using **Cordova 5.x**, you must use the tagged branch ```#cordova-4.x``` to install the plugin, like this (Because Cordova has [migrated to npm](https://cordova.apache.org/announcements/2015/04/21/plugins-release-and-move-to-npm.html))
41+
42+
```
43+
cordova plugin add https://github.com/christocracy/cordova-plugin-background-geolocation.git#cordova-4.x
44+
```
45+
4046
A full example could be:
4147
```
4248
//

0 commit comments

Comments
 (0)