Skip to content

Commit

Permalink
README.md: correct npm install line for peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tekacs authored Apr 5, 2021
1 parent 62c26f8 commit 598e5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Capacitor v3 is still in beta. Until major update, this plugin can be unstable.
Once you've followed the general-purpose ["getting started"](https://docs.microsoft.com/en-us/appcenter/distribution/codepush/) instructions for setting up your CodePush account, you can start CodePush-ifying your Capacitor app by running the following command from within your app's root directory:

```shell
npm i @capacitor-community/http @capacitor/deivce @capacitor/dialog @capacitor/filesystem -D
npm i @capacitor-community/http@next @capacitor/device @capacitor/dialog @capacitor/filesystem -D
npm i https://github.com/mapiacompany/capacitor-codepush -D
npx cap sync
```
Expand Down

0 comments on commit 598e5ca

Please sign in to comment.