Skip to content

Commit 58c6f41

Browse files
Updated readme section for Windows installer download
This change is based on #15
1 parent 2d58669 commit 58c6f41

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,25 @@ It provides an integrated workflow for:
4545

4646
# Installation
4747

48-
## Pre-built binaries (Windows)
48+
## Pre-built Installer (Windows)
4949

50-
A ready-to-use **Windows installer** is produced by the CI pipeline.
50+
You can download a pre-built Windows installation if you are logged into your GitHub account.
51+
Without login, downloading the installer is not possible!
5152

52-
You can download it from **GitHub → Actions → Workflows → latest successful run**.
53-
In the workflow artifacts (job `build-windows`) you will find the Windows installer.
53+
- Go to Actions (In the Bar next to Code, Issues, Pull requests, etc.)
54+
- Click on the latest run with a green checkmark
55+
- Scroll to the bottom of the page
56+
- Press the download button on the right next to emstudio-windows-installer
57+
58+
<img src="./doc/png/prebuilt_win.png" alt="installer" width="700">
5459

55-
> Linux users typically build EMStudio from source (see below).
5660

5761
---
5862

5963
## Build from source (Linux)
6064

65+
Linux users typically build EMStudio from source:
66+
6167
```bash
6268
cd /path/to/EMStudio
6369
qmake EMStudio.pro

doc/png/prebuilt_win.png

161 KB
Loading

0 commit comments

Comments
 (0)