Skip to content

Commit bce8317

Browse files
authored
Update integration.md (tauri-apps#227)
1 parent 9c22e25 commit bce8317

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/en/usage/development/integration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Link from '@docusaurus/Link'
1111
You must have completed all the steps required for setting up the development environment on your machine. If you haven't done this yet, please see the <a href="/docs/getting-started/intro#setting-up-your-environment"> setup page for your operating system</a>.
1212
</Alert>
1313

14-
### 1. Install Tauri JS Package as a Dependency:
14+
### 1. Install Tauri CLI Package as a Dev Dependency:
1515

1616
```bash
1717
cd project-folder
@@ -21,9 +21,9 @@ cd project-folder
2121
# OR
2222
# npm init
2323

24-
yarn add @tauri-apps/cli
24+
yarn add -D @tauri-apps/cli
2525
# OR
26-
npm install @tauri-apps/cli
26+
npm install -D @tauri-apps/cli
2727
```
2828

2929
<Alert title="Note">

0 commit comments

Comments
 (0)