Skip to content

Commit

Permalink
Fix README.md command consistency
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jviide authored Jun 30, 2016
1 parent c2b56fb commit b18ed5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit b18ed5b

Please sign in to comment.