mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
accessibility/eflite: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
39d0d102c6
commit
2f6b4c94ea
1 changed files with 4 additions and 2 deletions
|
@ -7,12 +7,14 @@ If you are using flite and eflite to interface with emacspeak, then
|
|||
you will also have to set some environment variables:
|
||||
|
||||
As user:
|
||||
echo 'DTK_PROGRAM=/usr/local/bin/eflite; export DTK_PROGRAM' >> ~/.bash_profile
|
||||
|
||||
echo 'DTK_PROGRAM=/usr/bin/eflite; export DTK_PROGRAM' \
|
||||
>> ~/.bash_profile
|
||||
|
||||
For a completely vision-free system, you may add these steps:
|
||||
|
||||
As root:
|
||||
echo 'exec /usr/local/bin/flite -t "please log in"' >> /etc/rc.d/rc.local
|
||||
echo 'exec flite -t "please log in"' >> /etc/rc.d/rc.local
|
||||
|
||||
As user:
|
||||
echo 'exec /usr/bin/emacspeak' >> ~/.bash_profile
|
||||
|
|
Loading…
Reference in a new issue