From 7976fbee996f9ff345756603b48c04e341e35b4c Mon Sep 17 00:00:00 2001 From: Joonas Javanainen Date: Thu, 20 Aug 2015 18:57:20 +0300 Subject: [PATCH] Add demo instructions to README --- README.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.markdown b/README.markdown index 628974e..30d68f6 100644 --- a/README.markdown +++ b/README.markdown @@ -2,6 +2,15 @@ **Ultra hyper turbo cyber mega extra über experimental!!!** +## Compiling and running the demo + + git clone https://github.com/Gekkio/imgui-rs + cd imgui-rs + git submodule update --init --recursive + cargo test + + target/debug/test_window + ## License imgui-rs is licensed under the MIT license.