From 080843f826780460e2445cfde9d543a77dd1db5f Mon Sep 17 00:00:00 2001 From: Mike Skowronek Date: Tue, 21 May 2019 23:44:22 +0200 Subject: [PATCH] Update README.md - Build the Code section (#899) * Update README.md Fix readme to show correct path of build tools * Update README.md Add mention about recommended cli tool for building. * Update README.md Cover powershell in build section --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3edd52d3a..709766f01 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,17 @@ This repository uses [git submodules](https://git-scm.com/book/en/v2/Git-Tools-S git submodule update --init --recursive ``` -OpenConsole.sln may be built from within Visual Studio or from the command-line using MSBuild. To build from the command line: +OpenConsole.sln may be built from within Visual Studio or from the command-line using MSBuild. To build from the command line, find your shell below. + +### PowerShell + +```powershell +Import-Module .\tools\OpenConsole.psm1 +Set-MsBuildDevEnvironment +Invoke-OpenConsoleBuild +``` + +### CMD ```shell .\tools\razzle.cmd