diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2016-07-02 15:46:50 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-02 15:46:50 +0530 |
| commit | ebae6d4e7994733eaea8c301ca46526eb51b8160 (patch) | |
| tree | 80476dd0b9ad0b9e58d254125d698a708446f2fc | |
| parent | 888e2c2e575f5d852869d8be90128e0c804bd62f (diff) | |
| parent | b18ed5b221113e328717048ea6166763a715b074 (diff) | |
| download | rust-ebae6d4e7994733eaea8c301ca46526eb51b8160.tar.gz rust-ebae6d4e7994733eaea8c301ca46526eb51b8160.zip | |
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.
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 69bb3c5e874..c863b961eb2 100644 --- a/README.md +++ b/README.md @@ -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 ``` |
