Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Commit 9536f18

Browse files
committed
README.md updates
- Call out the prerequisites at the top level. - Reflow text to wrap at 80 columns when possible.
1 parent 4fe2173 commit 9536f18

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ follow our coding styles, which are [documented here][corefx-coding-style].
55

66
[corefx-coding-style]: https://github.com/dotnet/corefx/wiki/Contributing#c-coding-style
77

8+
## Prerequisites
9+
10+
In order to build or run this tool you will need to have Microsoft Build Tools
11+
2015 Preview installed. This comes as a part of Visual Studio 2015 Preview or
12+
can be installed separately from [here][vs-2015-download].
13+
14+
[vs-2015-download]: http://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs)
15+
816
## Usage
917

1018
In order get the usage, simply invoke the tool with no arguments:
@@ -17,10 +25,9 @@ CodeFormatter <solution> [<rule types>] [/file <filename>]
1725
<filename> - Only apply changes to files with specified name.
1826
```
1927

20-
Note: In order to run this tool you will need to have Microsoft Build Tools 2015 Preview installed. This comes as a part of Visual Studio 2015 Preview or can be installed separately from [here](http://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs).
21-
2228
## Contributing
2329

24-
We follow the same contribution process that [corefx is using][corefx-contributing].
30+
We follow the same contribution process that
31+
[corefx is using][corefx-contributing].
2532

2633
[corefx-contributing]: https://github.com/dotnet/corefx/wiki/Contributing

0 commit comments

Comments
 (0)