Skip to content

Commit 0d9e0b4

Browse files
committed
Update readme
1 parent 5bf12d4 commit 0d9e0b4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ A PowerShell module to provide a better and easier way for GitHub Actions to com
2323

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

26-
### Getting Started
27-
28-
#### Install
26+
### Target
2927

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

41-
#### Use
42-
4339
```ps1
4440
<# Either #>
4541
Import-Module -Name 'hugoalh.GitHubActionsToolkit' -Scope 'Local'# Recommend

0 commit comments

Comments
 (0)