summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-01-13 13:38:52 +0300
committerGrail Finder <wohilas@gmail.com>2026-01-13 13:38:52 +0300
commited504ba43ce45417f8e8e1423be2c1c232843e95 (patch)
treebbc0db3256f6f37454e6a6496399f5e87d681c4d /README.md
parentf57334b170715ea823ba2f3d0cc1c77791e11d28 (diff)
Doc: readme update
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7decc07..e981e38 100644
--- a/README.md
+++ b/README.md
@@ -9,8 +9,8 @@ made with use of [tview](https://github.com/rivo/tview)
- image input;
- function calls (function calls are implemented natively, to avoid calling outside sources);
-#### usage examples
-![usage example](assets/ex01.png)
+#### how it looks
+![how it looks](assets/ex01.png)
#### how to install
(requires golang)
@@ -21,7 +21,12 @@ cd gf-lt
make
```
-#### keybindings
+to run without tts/stt dependencies use
+```
+make noextra-run
+```
+
+#### keybinds
while running you can press f12 for list of keys;
![keybinds](assets/helppage.png)