Updated 05. Tauri Integration (markdown)

nothingismagick
2020-01-02 20:26:42 +01:00
parent fdbcebb0e3
commit a8e4e8242a

@@ -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.