From d9e3458684d83a8cbe6b136bc0a507d8371b4147 Mon Sep 17 00:00:00 2001 From: lambdalisue Date: Sun, 20 Nov 2016 17:22:01 +0900 Subject: [PATCH] It is rst... --- README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 9e33e64..e8d9df8 100644 --- a/README.rst +++ b/README.rst @@ -27,12 +27,12 @@ rpaper Work in progress. -``` -# Install requirements, DB scheme, and debug data (python3/pip/npm are required) -./script/init.sh -# Start redis and development server -honcho start -``` +.. code:: + + # Install requirements, DB scheme, and debug data (python3/pip/npm are required) + ./script/init.sh + # Start redis and development server + honcho start Then