Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zephira58 authored Sep 16, 2023
1 parent 74ae32d commit c54e6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit c54e6a4

Please sign in to comment.