Fixed some spelling and grammatical errors in README
This commit is contained in:
parent
dd7bc412f8
commit
0cf57a5373
@ -1,6 +1,6 @@
|
|||||||
# Fenrir
|
# Fenrir
|
||||||
An TTY screenreader for Linux.
|
A TTY screenreader for Linux.
|
||||||
In theorie its not limited to linux. but i currently only provide drivers for that because I do not have an ohter system here. If you want to help or write drivers to make it work on other systems, just let me know.
|
In theory it's not just limited to Linux. but i currently only provide drivers for that since I do not have another system here. If you want to help or write drivers to make it work on other systems, just let me know.
|
||||||
This software is licensed under the LGPL v3 .
|
This software is licensed under the LGPL v3 .
|
||||||
|
|
||||||
# Requirements (core)
|
# Requirements (core)
|
||||||
@ -56,11 +56,11 @@ This software is licensed under the LGPL v3 .
|
|||||||
# installation
|
# installation
|
||||||
- Archlinux: PKGBUILD in AUR
|
- Archlinux: PKGBUILD in AUR
|
||||||
- Manual: run install.sh and uninstall.sh as root
|
- Manual: run install.sh and uninstall.sh as root
|
||||||
- you also can just run it from git without installation:
|
- you also can just run it from Git without installing:
|
||||||
You can just run the following as root:
|
You can just run the following as root:
|
||||||
cd src/fenrir-package/
|
cd src/fenrir-package/
|
||||||
sudo ./fenrir
|
sudo ./fenrir
|
||||||
Settings "settings.conf" is located in the "config" directory or after installation in /etc/fenrir.
|
Settings "settings.conf" is located in the "config" directory or after installation in /etc/fenrir/settings.
|
||||||
Take care that the used drivers in the config matching your installed drivers.
|
Take care that the used drivers in the config matching your installed drivers.
|
||||||
By default it uses:
|
By default it uses:
|
||||||
- sound driver: genericDriver (via sox, could configured in settings.conf)
|
- sound driver: genericDriver (via sox, could configured in settings.conf)
|
||||||
|
Loading…
Reference in New Issue
Block a user