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:
Joachim Viide 2016-06-30 16:15:17 +03:00 committed by GitHub
parent c2b56fb7a0
commit b18ed5b221

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
```