diff --git a/README.rst b/README.rst index 18c024f9438bde6ef9b175d73067eb576a0ad880..cb3bdb5917bfa03fc74e40ef6ac160a154397a1d 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