Skip to content

Commit

Permalink
Add PowerShell (pwsh) global tool
Browse files Browse the repository at this point in the history
  • Loading branch information
amis92 authored Oct 23, 2019
1 parent 598b764 commit eefbc54
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1498,6 +1498,20 @@ A list of tool extensions for .NET Core Command Line (dotnet CLI), aka '.NET Cor
<code>dotnet tool install -g <a href="https://www.nuget.org/packages/protobuf-net.Protogen/">protobuf-net.Protogen</a></code>
</td>
</tr>
<tr>
<td><code>pwsh</code></td>
<td>
<p>
PowerShell Core global tool.
</p>
<p>
<strong>Project site:</strong> <a href="https://github.com/PowerShell/PowerShell">GitHub</a>
<br />
<strong>Author:</strong> <a href="https://github.com/PowerShell">@PowerShell</a>
</p>
<code>dotnet tool install -g <a href="https://www.nuget.org/packages/PowerShell/">PowerShell</a></code>
</td>
</tr>
<tr>
<td><code>recolor</code></td>
<td>
Expand Down

0 comments on commit eefbc54

Please sign in to comment.