diff --git a/README b/README index 18d7bc7..317db39 100644 --- a/README +++ b/README @@ -1,9 +1,6 @@ espeakup connector ======================= -This is very early alpha software, so please keep that in mind if you -use this program. - espeakup is a program which makes it possible for speakup to use the espeak software synthesizer. It does this by reading speakup's softsynth device and passing the text to espeak which actually speaks. @@ -46,12 +43,17 @@ Espeakup currently accepts the following command line options: --help, -h Show this help. --version, -v Display the software version. -Questions -========= +Getting the Latest Version +========================== -You can contact me with questions, bugs, patches, etc, at -w.d.hubbs@gmail.com or on the speakup mailing list. I hope you find -this software to be useful. +Currently, a tarball of the latest official release will be included in +the contrib/ directory of the speakup repository. Also, it is possible +to download a tarball of any released version from github as follows: + +wget http://www.github.com/williamh/espeakup/tarball/vx.y + +Also, the clone URL, if you are familiar with using git is +git://github.com/williamh/espeakup.git. Acknowledgements ================ @@ -61,3 +63,9 @@ TTSynth connector, on which this work is based. Also, I would like to thank Kirk Reiser and Jonathan Duddington, the authors of Speakup and Espeak, respectively, for their work. +Questions +========= + +You can contact me with questions, bugs, patches, etc, at +w.d.hubbs@gmail.com or on the speakup mailing list. I hope you find +this software to be useful.