Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
Update download link and version.
  • Loading branch information
milkcoke committed May 27, 2023
1 parent 86200b3 commit f3b23a7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ package

# package file
*.appx
*.msix

# Output of the go coverage tool, specifically when used with LiteIDE
*.out
Expand All @@ -30,7 +31,6 @@ package
.vs
bin
obj
*.appx
*.csproj
*.sln
*.cs
Expand All @@ -43,4 +43,6 @@ Makefile

# certificate
*.p12
*.pfx
*.pfx
*.crt
*.key
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
## Demo
![toolbox_demo](assets/app_demo.gif)

## Get beta version!
## Install now!
You can download execution file and use according to following platform

| Platform | Download |
|---------------|--------------------------------------------------------------------------------------------------------------------------|
| Windows (x64) | [Toolbox-Windows-x64.exe](https://github.com/milkcoke/toolbox-gui/releases/download/v1.0.1-beta/Toolbox-Windows-x64.exe) |
| macOS (x64) | Not yet supported |
| macOS (arm64) | [Toolbox-osx-arm64.dmg](https://github.com/milkcoke/toolbox-gui/releases/download/v1.0.1-beta/Toolbox-osx-arm64.dmg) |
| Linux | Not yet supported |
| Platform | Download |
|---------------|---------------------------------------------------------------------------------------------------------------------|
| Windows (x64) | [Toolbox-Windows-x64.exe](https://github.com/milkcoke/toolbox-gui/releases/download/v1.0.0/Toolbox-Windows-x64.exe) |
| macOS (x64) | Not yet supported |
| macOS (arm64) | [Toolbox-osx-arm64.dmg](https://github.com/milkcoke/toolbox-gui/releases/download/v1.0.0/Toolbox-osx-arm64.dmg) |
| Linux | Not yet supported |

## Quick start
**Just download execution file, and start it!**.
Expand Down

0 comments on commit f3b23a7

Please sign in to comment.