From b18ed5b221113e328717048ea6166763a715b074 Mon Sep 17 00:00:00 2001 From: Joachim Viide Date: Thu, 30 Jun 2016 16:15:17 +0300 Subject: [PATCH] Fix README.md command consistency The ./configure command in README.md's Building Documentation section was missing the $ prefix. Add the prefix to be consistent with other commands in the document. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69bb3c5e874..c863b961eb2 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ $ make && make install If you’d like to build the documentation, it’s almost the same: ```sh -./configure +$ ./configure $ make docs ```