File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff 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
18271 . Clone the repository:
1928``` bash
2029git 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
You can’t perform that action at this time.
0 commit comments