From e97fcd7442ebd1ecb29000d3ce23c5c6ee021845 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 1 Feb 2012 21:34:24 +0900 Subject: [PATCH] Do some fancy markups --- README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 18c024f9..cb3bdb59 100644 --- a/README.rst +++ b/README.rst @@ -44,10 +44,10 @@ Build from git ============== Building from git is easy, but please be sure that at least autoconf 2.68 is -used. +used.:: -autoreconf -i -automake -autoconf -./configure -make + $ autoreconf -i + $ automake + $ autoconf + $ ./configure + $ make