Skip to content

Commit dd5a7b8

Browse files
authored
Add a section linking the latest release
1 parent 621c3d2 commit dd5a7b8

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,16 @@ A lightweight C++ tool that monitors both **Elite Dangerous journal logs** and t
1414
- Playback of custom audio alerts
1515
- Extensible design: add new events and alerts easily
1616

17-
## 🚀 Getting Started
17+
## 📦 Download and Install
18+
19+
1. Go to the [Releases page](https://github.com/lambda-pixel/EDVoice/releases/latest)
20+
2. Download the latest release zip file, e.g., `EDVoice-v0.1.0.zip`.
21+
3. Extract the zip file to a folder of your choice.
22+
4. Run EDVoice.exe from that folder.
23+
24+
> Optional: you can drag & drop a custom voicepack JSON onto the executable, or pass the path to the JSON as the first argument.
25+
26+
## 🚀 Building from sources
1827
1. Clone the repository:
1928
```bash
2029
git clone https://github.com/<your-username>/<your-repo>.git
@@ -37,4 +46,4 @@ By default, the game logs are located in: `%USERPROFILE%\Saved Games\Frontier De
3746
- Plugin system for community contributions
3847
- TTS playback support (e.g., ingame chat messages)
3948
- Sample plugin for custom actions (e.g., Philips Hue trigger)
40-
- Improve the audio playback system: allow for queuing multiple messages
49+
- Improve the audio playback system: allow for queuing multiple messages

0 commit comments

Comments
 (0)