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