doc: Explicitly mention tools document in root README (#495)

[skip ci]
This commit is contained in:
Hao 2019-05-09 12:34:57 +08:00 committed by Dustin L. Howett (MSFT)
parent ec44bf0068
commit b3b98373c6

View file

@ -102,7 +102,7 @@ If you would like to ask a question that you feel doesn't warrant an issue (yet)
- Rich Turner, Program Manager: [@richturn\_ms](https://twitter.com/richturn_ms)
- Dustin Howett, Engineering Lead: [@dhowett](https://twitter.com/DHowett)
- Michael Niksa, Senior Developer: [@michaelniksa](https://twitter.com/MichaelNiksa)
- Kayla Cinnamon, Program Manager (especially for UX issues): [@cinnamon\_msft](https://twitter.com/cinnamon_msft)
@ -124,7 +124,7 @@ nuget restore OpenConsole.sln
msbuild OpenConsole.sln
```
We've provided a set of convenience scripts in the **/tools** directory to help automate the process of building and running tests.
We've provided a set of convenience scripts as well as [README](./tools/README.md) in the **/tools** directory to help automate the process of building and running tests.
## Coding Guidance