Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboybamo authored Oct 1, 2024
1 parent 51011e1 commit 2579b0f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,15 @@ A windows forms text to speech program
* Convert written text to spoken sentences.
* Choose from different voices.
* Open and read documents. Supported file types include `.txt`, `.docx`, and `.pdf`

## Machine Setup
* Required Workloads:
* Visual Studio
* .NET Desktop Development
* WiX v3 Toolset
* Microsoft .NET Framework 4.7.2

## Building and running the app from VS
1. Right click on the `TextToSpeech` project you wish to run and select 'Set as startup project'.
2. <kbd>F5</kbd>.

0 comments on commit 2579b0f

Please sign in to comment.