Skip to content

Commit e94e2ff

Browse files
committed
Merge branch 'wasm' of https://github.com/Sekqies/complex-plotter into wasm
2 parents 9438ef9 + 9c44f53 commit e94e2ff

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/web-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454

5555
- name: Deploy to GitHub Pages
5656
id: deployment
57-
uses: actions/deploy-pages@v4
57+
uses: actions/deploy-pages@v4

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ This tool solves this problem using **Domain Coloring** (mapping complex nummber
6060
## Quick Start
6161

6262
### Downloading & Running
63-
A compiled binary for both windows and linux is available in the [Releases]() section of this repository. They are both compiled for 64-bit architectures.
64-
- [x64 Windows]()
65-
- [x64 Linux]()
63+
A compiled binary for both windows and linux is available in the [Releases](https://github.com/Sekqies/complex-plotter/releases) section of this repository. They are both compiled for 64-bit architectures.
64+
- [x64 Windows](https://github.com/Sekqies/complex-plotter/releases/tag/v1.0.0)
65+
- [x64 Linux](https://github.com/Sekqies/complex-plotter/releases/tag/v1.0.0)
6666
To use the program, simply install the executable file, and run it.
6767
> Note: In Linux, you have to allow the executable to run. To do so, run `chmod +x complex_plotter`
6868

0 commit comments

Comments
 (0)