Skip to content

Commit 2d0d40a

Browse files
committed
Finish first version of README.
1 parent 5132d13 commit 2d0d40a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,15 @@ extract the binary into a folder that is mentioned in your `$PATH` variable.
3232

3333
## Usage
3434

35+
The basic usage is:
36+
```shell
37+
fdialog run --file dialog.uidl
38+
```
3539

40+
Please run `fdialog help` for more information.
3641

3742
## Notes
3843

44+
The UIDL file format is documented [here](./UIDL.md).
45+
3946
The project has been scaffolded with the help of [kleiner](https://github.com/can3p/kleiner)

0 commit comments

Comments
 (0)