Fix typo in bash example README

This commit is contained in:
Christoph Herzog 2022-05-07 14:23:33 +00:00 committed by Olivier Goffart
parent 6e18513c12
commit 4304a27a12

View file

@ -2,7 +2,7 @@
This shows how to use [`slint-viewer`](../../tools/viewer) to display dialog from a bash script.
This assume that the `slint-viewer` tool is in patch. This can be achieved with cargo install.
This assume that the `slint-viewer` tool is in path. This can be achieved with cargo install.
(use the `--path tools/viewer` option to install it from the current repository.)
```bash