Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

README.md: More idiomatic Markdown usage #9799

Merged
merged 1 commit into from
Feb 27, 2017
Merged

Conversation

perlun
Copy link

@perlun perlun commented Feb 25, 2017

  • In essence, use backticks where applicable.
  • Also, changed some incorrect case (Build.cmd vs build.cmd which is the canonical name; if you have your git repo on a case-sensitive filesystem like I do, this makes a real difference - you can't run it with the incorrect case).
  • Fixed naming of Git and CMake to use their official capitalization.

- In essence, use backticks where applicable.
- Also, changed some incorrect case (`Build.cmd` vs `build.cmd` which is the canonical name; if you have your git repo on a case-sensitive filesystem like I do, this makes a real difference - you can't run it with the incorrect case).
- Fixed naming of Git and CMake to use their official capitalization.
@@ -132,7 +132,7 @@ build all the tests. There are quite a few tests so this does take a significa
that is not necessary if you want to experiment with changes. You can submit the building
of the tests with the 'skiptests' argument to the build script.

Thus to get a build as quickly as possible type the following (using \ as the directory separator, use / on Unix machines)
Thus to get a build as quickly as possible type the following (using `\` as the directory separator, use `/` on Unix machines)
```bat
.\build skiptests
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like the leading four spaces were used previously when ```bat \n* ``` wrapper wasn't there; they can be removed.

@jkotas jkotas merged commit 8891130 into dotnet:master Feb 27, 2017
@jkotas
Copy link
Member

jkotas commented Feb 27, 2017

@perlun Thank you!

jorive pushed a commit to guhuro/coreclr that referenced this pull request May 4, 2017
- In essence, use backticks where applicable.
- Also, changed some incorrect case (`Build.cmd` vs `build.cmd` which is the canonical name; if you have your git repo on a case-sensitive filesystem like I do, this makes a real difference - you can't run it with the incorrect case).
- Fixed naming of Git and CMake to use their official capitalization.
@karelz karelz modified the milestone: 2.0.0 Aug 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants