Skip to content

Commit

Permalink
Bump tool CLI docs (microsoft#1836)
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite authored May 25, 2024
1 parent 884f6b6 commit bb28177
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ updates:

# Maintain GitHub Actions
- package-ecosystem: github-actions
directory: "/"
directory: '/'
schedule:
interval: daily
```
Expand Down Expand Up @@ -128,7 +128,7 @@ dotnet tool install -g Microsoft.PSRule.Tool
To install a specific version use the following command line:

```bash
dotnet tool install -g Microsoft.PSRule.Tool --version 3.0.0-B0151
dotnet tool install -g Microsoft.PSRule.Tool --version 3.0.0-B0203
```

For a list of commands supported by the CLI, see [PSRule CLI][cli].
Expand Down
6 changes: 1 addition & 5 deletions src/PSRule.Tool/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
# PSRule CLI tool

This package installs the PSRule CLI tool for .NET.
This package installs the PSRule CLI tool for .NET 8.0.
To use PSRule from the command-line, install the `Microsoft.PSRule.Tool` tool package.

```shell
dotnet install tool -g Microsoft.PSRule.Tool
```

0 comments on commit bb28177

Please sign in to comment.