diff --git a/README.md b/README.md index 61764ae..60811ce 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # xtoyr -Write french words. +Write French words. ## User documentation @@ -18,12 +18,14 @@ This project use [Tauri v1](https://tauri.app). cargo tauri dev ``` -### Build +### Build for Windows - +> Require `rustup target add x86_64-pc-windows-gnu` ```sh cargo tauri build --target x86_64-pc-windows-gnu ``` -This creates installer at `src-tauri/target/x86_64-pc-windows-gnu/release/xtoyr.exe`. +This creates executable at +`src-tauri/target/x86_64-pc-windows-gnu/release/xtoyr.exe`, you have to keep +the `WebView2Loader.dll` along with the executable.