From b3b98373c633daabc4f1634be3f7773b6d79af9c Mon Sep 17 00:00:00 2001 From: Hao <2749912+bef178@users.noreply.github.com> Date: Thu, 9 May 2019 12:34:57 +0800 Subject: [PATCH] doc: Explicitly mention tools document in root README (#495) [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2419048df..ab4f4b694 100644 --- a/README.md +++ b/README.md @@ -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