We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5132d13 commit 2d0d40aCopy full SHA for 2d0d40a
1 file changed
README.md
@@ -32,8 +32,15 @@ extract the binary into a folder that is mentioned in your `$PATH` variable.
32
33
## Usage
34
35
+The basic usage is:
36
+```shell
37
+fdialog run --file dialog.uidl
38
+```
39
40
+Please run `fdialog help` for more information.
41
42
## Notes
43
44
+The UIDL file format is documented [here](./UIDL.md).
45
+
46
The project has been scaffolded with the help of [kleiner](https://github.com/can3p/kleiner)
0 commit comments