fix readme, and slashbang
This commit is contained in:
parent
d846d252e1
commit
2a5a210ae6
@ -1,6 +1,6 @@
|
|||||||
# fenrir (Alfa)
|
# fenrir
|
||||||
An TTY screenreader for Linux.
|
An TTY screenreader for Linux.
|
||||||
Its an early alpha version. You can test it. It is not recommended for production use. In theorie its not limited to linux. but i currently only provide drivers for that because I have no ohter system here. If you want to help or write drivers to make it work on other systems, just let me know.
|
In theorie its not limited to linux. but i currently only provide drivers for that because I have no ohter 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)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/python3
|
#!/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
# Fenrir TTY screen reader
|
# Fenrir TTY screen reader
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/python3
|
#!/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
# Fenrir TTY screen reader
|
# Fenrir TTY screen reader
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/python3
|
#!/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
# Fenrir TTY screen reader
|
# Fenrir TTY screen reader
|
||||||
|
Loading…
Reference in New Issue
Block a user