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.
This commit is contained in:
Manish Goregaokar 2016-07-02 15:46:50 +05:30 committed by GitHub
commit ebae6d4e79

View file

@ -119,7 +119,7 @@ $ make && make install
If youd like to build the documentation, its almost the same:
```sh
./configure
$ ./configure
$ make docs
```