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:
commit
ebae6d4e79
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
Add a link
Reference in a new issue