about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2016-07-02 15:46:50 +0530
committerGitHub <noreply@github.com>2016-07-02 15:46:50 +0530
commitebae6d4e7994733eaea8c301ca46526eb51b8160 (patch)
tree80476dd0b9ad0b9e58d254125d698a708446f2fc
parent888e2c2e575f5d852869d8be90128e0c804bd62f (diff)
parentb18ed5b221113e328717048ea6166763a715b074 (diff)
downloadrust-ebae6d4e7994733eaea8c301ca46526eb51b8160.tar.gz
rust-ebae6d4e7994733eaea8c301ca46526eb51b8160.zip
Rollup merge of #34574 - jviide:patch-1, r=alexcrichton
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.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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
 ```