diff --git a/05.-Tauri-Integration.md b/05.-Tauri-Integration.md index f25adb1..3c946f4 100644 --- a/05.-Tauri-Integration.md +++ b/05.-Tauri-Integration.md @@ -13,7 +13,7 @@ npm install --global tauri If, however, you prefer to keep your deps project based - or you intend to use the API, then you should install tauri as a local devDependency: ``` cd project-folder -yarn install --dev tauri +yarn add --dev tauri ``` > Note: You can install tauri as both a local and a global dependency.