From c6552eda1d1f1a397fdbdccf8984c9dcc9fa1d0d Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 15 Feb 2017 20:34:33 +0100 Subject: Add comment about running the example --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index b0156dd..0ada6e9 100644 --- a/README.rst +++ b/README.rst @@ -94,6 +94,8 @@ In any Rust file inside your crate, add the following: println!("{}", hello.render()); // then render it. } +You should now be able to compile and run this code. + Review the `test cases`_ for more examples. .. _test cases: https://github.com/djc/askama/tree/master/testing -- cgit