From b378793dbfcd41ae78566d8eb6dd8e144cd0e914 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Wed, 21 Aug 2024 00:55:55 +0800 Subject: [PATCH] feat: update readme --- src-tauri/README.md | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/src-tauri/README.md b/src-tauri/README.md index 441faf7..6ef8f55 100644 --- a/src-tauri/README.md +++ b/src-tauri/README.md @@ -1,7 +1,23 @@ -# Tauri + Vanilla +# Secure Editor Rust Edition -This template should help get you started developing with Tauri in vanilla HTML, CSS and Javascript. +Secure Editor written in Rust Programming Language. -## Recommended IDE Setup +## Preparation -- [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer) +```shell +cargo install create-tauri-app --locked +``` + +## Build + +### Development Build + +```shell +just dev +``` + +### Release Build + +```shell +just build +``` \ No newline at end of file