diff --git a/README.md b/README.md index 65dc5e9..d7622b5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,28 @@ # secure-editor-rs -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 +``` + +## Usage Command line: ```shell @@ -10,3 +31,8 @@ secure-editor-rs > `` is always `aes-256-gcm`
> Exit `0` when success, otherwise return none `0` + +Export: +```shell +export SECURE_EDITOR=/REAL-PATH/secure-editor-rs +``` diff --git a/src-tauri/README.md b/src-tauri/README.md deleted file mode 100644 index 6ef8f55..0000000 --- a/src-tauri/README.md +++ /dev/null @@ -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 -``` \ No newline at end of file