From c54e6a42b39986c2d567d6bace5a61b86672e33c Mon Sep 17 00:00:00 2001 From: Xanthus Date: Sat, 16 Sep 2023 18:57:37 +0930 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64700e2..bf71ff2 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Vault GUI is a very small lightweight application designed to mimic a basic bank ## EasyCompile Easycompile is a small script for windows, linux, and macos that'll fetch the most up to date version of the application (master branch) and compile it locally. Downloading all neccarry components to compile the application -### 🪟Windows (Powershell) (Untested) +### 🪟Windows (Powershell) (Tested) ``` winget install Git.Git; winget install Rustlang.Rustup; cd ~; git clone https://github.com/Xanthus58/vault_gui; cd vault_gui; cargo build --release; cd .\target\release; mv vault_gui.exe ..\..\; cd ..\..\; rm -r .\target\; .\vault_gui.exe ```