Skip to content

Commit

Permalink
Update the doc about how to build PowerShell (#21334)
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Apr 15, 2024
1 parent a8457f8 commit d370d7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/building/windows-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ that you must have PowerShell Core 6 Beta.9 (or newer) installed to successfully

### .NET CLI

We use the [.NET Command Line Interface][dotnet-cli] (`dotnet`) to build PowerShell.
We use the [.NET command-line interface][dotnet-cli] (`dotnet`) to build PowerShell.
The version we are currently using is mentioned in [`global.json`](../../global.json#L3) at the root of this repository.
The `Start-PSBootstrap` function will automatically install it and add it to your path:

Expand All @@ -56,7 +56,7 @@ We maintain a [PowerShell module](../../build.psm1) with the function `Start-PSB

```powershell
Import-Module ./build.psm1
Start-PSBuild
Start-PSBuild -Clean -PSModuleRestore
```

Congratulations! If everything went right, PowerShell is now built and executable as `./src/powershell-win-core/bin/Debug/net6.0/win7-x64/publish/pwsh.exe`.
Expand Down

0 comments on commit d370d7d

Please sign in to comment.