Skip to content

Commit

Permalink
Add: windows EasyCompile
Browse files Browse the repository at this point in the history
  • Loading branch information
Zephira58 authored Sep 16, 2023
1 parent e02ee62 commit f1b3d21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ 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
### 🪟Windows (Untested)
```
WIP
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 ..\..\; .\vault_gui.exe
```

### 🐧Linux
### 🐧Linux (Debian+) (Untested)
```
WIP
```

### 🍎Macos
### 🍎Macos (Untested)
```
WIP
```

0 comments on commit f1b3d21

Please sign in to comment.