avivais / phonegap-parse-plugin

Phonegap 3.0.0 plugin for Parse.com push service
195 stars 315 forks source link

Invalid installation URL in Readme #37

Open Montoya opened 9 years ago

Montoya commented 9 years ago

Your Readme says:

Pick one of these two commands:

phonegap local plugin add https://github.com/benjie/phonegap-parse-plugin cordova plugin add https://github.com/benjie/phonegap-parse-plugin

That's benjie's repo. You should update it to your repo, https://github.com/avivais/phonegap-parse-plugin

NathanHazout commented 9 years ago

What's the difference between the 2 version? Which one should I use?

Montoya commented 9 years ago

Between "phonegap local plugin add" and "cordova plugin add"? Syntax, mostly. Cordova is the open-source core of Phonegap.

NathanHazout commented 9 years ago

No, between the 2 URLs.

Montoya commented 9 years ago

Strange, I swear I answered this question already. The URL that has "benjie" in it is a fork of this repo. It's not this repo. Using that URL will return a different repository with different code in it. It might not work as expected, since it doesn't match up with this repository.