Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Apr 11, 2023
1 parent 5bf12d4 commit 0d9e0b4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ A PowerShell module to provide a better and easier way for GitHub Actions to com

For the full documentation, please visit the [GitHub Repository Wiki](https://github.com/hugoalh-studio/ghactions-toolkit-powershell/wiki).

### Getting Started

#### Install
### Target

- GitHub Actions Runner >= v2.303.0
- PowerShell >= v7.2.0
Expand All @@ -38,8 +36,6 @@ For the full documentation, please visit the [GitHub Repository Wiki](https://gi
Install-Module -Name 'hugoalh.GitHubActionsToolkit' -AcceptLicense
```

#### Use

```ps1
<# Either #>
Import-Module -Name 'hugoalh.GitHubActionsToolkit' -Scope 'Local'# Recommend
Expand Down

0 comments on commit 0d9e0b4

Please sign in to comment.