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

@ -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