From a8e4e8242acf2a6da0ddda520568bfe83d95ca4d Mon Sep 17 00:00:00 2001 From: nothingismagick Date: Thu, 2 Jan 2020 20:26:42 +0100 Subject: [PATCH] Updated 05. Tauri Integration (markdown) --- 05.-Tauri-Integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.