Skip to content

Commit b18ed5b

Browse files
authored
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.
1 parent c2b56fb commit b18ed5b

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)