Skip to content

Commit

Permalink
Rollup merge of rust-lang#34574 - jviide:patch-1, r=alexcrichton
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Manishearth authored Jul 2, 2016
2 parents 888e2c2 + b18ed5b commit ebae6d4
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 ebae6d4

Please sign in to comment.