From 3cfaf0af1e8f7617bd5b0b3f4ab46bfeda8fb973 Mon Sep 17 00:00:00 2001 From: Will Kahn-Greene Date: Fri, 5 Apr 2013 21:27:30 -0400 Subject: [PATCH] Tweak runline for easier reading --- docs/quickstart.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 4015392..e2b5902 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -29,4 +29,6 @@ OMG! That's amazing! I want to write a hy program. (print "hy is the BEST!") 9. save as ``test_program_of_awesome.hy`` -10. run ``hy test_program_of_awesome.hy`` +10. run:: + + hy test_program_of_awesome.hy