From 7a11c84f9a300cd8f00401024ac1626303eac0dc Mon Sep 17 00:00:00 2001 From: Grant Handy Date: Fri, 1 May 2020 13:37:58 -0600 Subject: [PATCH] add ">" for consistency. I think this is pretty simple and I think it is a very minor change. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 217afba..491c07d 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,13 @@ or to enable GTK 3.x depending on the version needed by the example (check Cargo And then run the executables with: ``` Shell -./target/debug/EXAMPLE-NAME +> ./target/debug/EXAMPLE-NAME ``` or with cargo run (repeating the compilation features used above), example: ``` Shell -cargo run --all-features --bin EXAMPLE-NAME +> cargo run --all-features --bin EXAMPLE-NAME ``` Please be sure to have installed all the required libraries before building examples (the list is available on the [gtk-rs](https://github.com/gtk-rs/gtk/) repository).