summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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)