From 2e7729ff7bb4650c7e6de7a3e9c032f3acb43afd Mon Sep 17 00:00:00 2001 From: Niko Date: Mon, 22 May 2023 00:39:45 +0300 Subject: [PATCH] README for native app --- ng-app-native/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ng-app-native/README.md b/ng-app-native/README.md index 49565d1..be12b0c 100644 --- a/ng-app-native/README.md +++ b/ng-app-native/README.md @@ -8,6 +8,8 @@ The apps are using an embedded WebView that renders the Svelte app. ``` cargo install tauri-cli --version "^2.0.0-alpha" +npm install -g pnpm +pnpm install ``` ## Recommended IDE Setup @@ -18,9 +20,15 @@ cargo install tauri-cli --version "^2.0.0-alpha" Install [all prerequisites](https://next--tauri.netlify.app/next/guides/getting-started/prerequisites/) for your dev platform. +to run the dev env : + ``` -pnpm install +## on macos cargo tauri dev +## on linux +cargo tauri dev --target x86_64-unknown-linux-gnu +## on win +cargo tauri dev --target x86_64-pc-windows-msvc ``` to build the production app installer :