Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/2.getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The first time you start a Nuxt project with `@nuxtjs/ionic` enabled, a `ionic.c

The good news is that it's installed by default with `@nuxtjs/ionic`, but you will need to enable it and choose what platforms you want to support.

> The Ionic CLI is available via `npx` or can be installed globally with `npm install -g @ionic/cli` or `yarn global install @ionic/cli`.
> The Ionic CLI is available via `npx` or can be installed globally with `npm install -g @ionic/cli` or `yarn global add @ionic/cli`.

```bash
npx @ionic/cli integrations enable capacitor # or ionic integrations enable capacitor
Expand Down