Skip to content

Commit ebae6d4

Browse files
authored
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.
2 parents 888e2c2 + b18ed5b commit ebae6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ $ make && make install
119119
If you’d like to build the documentation, it’s almost the same:
120120

121121
```sh
122-
./configure
122+
$ ./configure
123123
$ make docs
124124
```
125125

0 commit comments

Comments
 (0)