Remove --save

`ionic cordova plugin add` always adds `--save` to the Cordova call anyway
This commit is contained in:
Jan Piotrowski 2017-05-17 11:31:41 +02:00 committed by GitHub
parent dea9f42d5f
commit 7d4e8acce8

View File

@ -177,7 +177,7 @@ docType: "<$ doc.docType $>"
<h2>Installation</h2>
<ol class="installation">
<li>Install the Cordova and Ionic Native plugins:<br>
<pre><code class="nohighlight">$ <@ if prop.install @><$ prop.install $><@ else @>ionic cordova plugin add --save <$ prop.plugin $><@ endif @>
<pre><code class="nohighlight">$ <@ if prop.install @><$ prop.install $><@ else @>ionic cordova plugin add <$ prop.plugin $><@ endif @>
$ npm install --save @ionic-native/<$ doc.npmId $>
</code></pre>
</li>