Fix README.md command consistency#34574
Conversation
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.
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @alexcrichton (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
|
⌛ Testing commit b18ed5b with merge cadfdb8... |
|
💔 Test failed - auto-win-msvc-64-opt-rustbuild |
|
@bors: retry On Fri, Jul 1, 2016 at 6:10 AM, bors [email protected] wrote:
|
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.
The
./configurecommand in README.md's Building Documentation section was missing the$prefix. Add the prefix to be consistent with other commands in the document.