Skip to content
This repository has been archived by the owner on Apr 11, 2020. It is now read-only.

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ba0f3 committed Aug 14, 2018
1 parent d015edf commit 1446c86
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ builder.run()
> Note: only widgets have `id` are exported
```shell
$ uibuilder /path/to/glade/file.glade
$ uibuilder examples/basic_controls.glade
Nim code saved at: examples/basic_controls.nim
Run command bellow to see the result:

# nim c -r examples/basic_controls.nim
```


Expand Down

0 comments on commit 1446c86

Please sign in to comment.