Skip to content

Commit

Permalink
Update mati-capacitor.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aposnovmati authored Dec 22, 2021
1 parent b702bfd commit 78fa353
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/mati-capacitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ The following instructions use command line tools to install Mati for Capacitor
npx cap sync
```

Use the following CLI to uninstall Mati from yours project.

```bash
npm uninstall --save @aposnovmati/mati-capacitor-plugin
```

## How to update Capacitor 3.x.x

npm install @capacitor/cli@latest @capacitor/core@latest @capacitor/ios@latest @capacitor/android@latest --force
Expand Down Expand Up @@ -104,3 +98,10 @@ To launch the application for iOS, you need to do the following:
```bash
ionic capacitor run ios
```
## Uninstall Mati for Capacitor
Use the following CLI to uninstall Mati from yours project.
```bash
npm uninstall --save @aposnovmati/mati-capacitor-plugin
```

0 comments on commit 78fa353

Please sign in to comment.