From 1446c86ad9582e08b1b2677852ae887119f10d99 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 14 Aug 2018 19:48:54 +0700 Subject: [PATCH] update README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99186d6..3aa3ee1 100644 --- a/README.md +++ b/README.md @@ -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 ```