Skip to content

Commit

Permalink
docs: reword the Periodic Maintenance section (#2071)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Nov 12, 2019
1 parent 2ecea21 commit 7009d37
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions site/docs-md/basics/workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,9 @@ Capacitor uses the Native IDEs to build, simulate, and run your app. To open it
npx cap open
```

## 4. Periodic Maintenance
## 4. Update the native project

Your Capacitor app needs periodic maintenance, such as updating dependencies and installing new plugins.

To update your app's dependencies, run

```bash
npx cap update
```
In some cases, the Capacitor app needs to be updated, such as when installing new plugins.

To install new plugins (including Cordova ones), run

Expand Down

0 comments on commit 7009d37

Please sign in to comment.