Doc: readme update

This commit is contained in:
Grail Finder
2026-01-13 13:38:52 +03:00
parent f57334b170
commit ed504ba43c

View File

@@ -9,8 +9,8 @@ made with use of [tview](https://github.com/rivo/tview)
- image input; - image input;
- function calls (function calls are implemented natively, to avoid calling outside sources); - function calls (function calls are implemented natively, to avoid calling outside sources);
#### usage examples #### how it looks
![usage example](assets/ex01.png) ![how it looks](assets/ex01.png)
#### how to install #### how to install
(requires golang) (requires golang)
@@ -21,7 +21,12 @@ cd gf-lt
make make
``` ```
#### keybindings to run without tts/stt dependencies use
```
make noextra-run
```
#### keybinds
while running you can press f12 for list of keys; while running you can press f12 for list of keys;
![keybinds](assets/helppage.png) ![keybinds](assets/helppage.png)