feat: update readme

This commit is contained in:
2024-08-21 01:07:52 +08:00
parent b378793dbf
commit c7b0376e34
2 changed files with 27 additions and 24 deletions

View File

@@ -1,23 +0,0 @@
# Secure Editor Rust Edition
Secure Editor written in Rust Programming Language.
## Preparation
```shell
cargo install create-tauri-app --locked
```
## Build
### Development Build
```shell
just dev
```
### Release Build
```shell
just build
```