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:
parent
c2b56fb7a0
commit
b18ed5b221
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue