Skip to content

Commit 030635b

Browse files
committed
Update README
1 parent 35c6a28 commit 030635b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ A PowerShell module to provide a better and easier way for GitHub Actions to com
3131
PowerShell (>= v7.2.0):
3232

3333
```ps1
34-
Install-Module -Name 'hugoalh.GitHubActionsToolkit'
34+
Install-Module -Name 'hugoalh.GitHubActionsToolkit' -AcceptLicense
3535
```
3636

3737
#### Use
3838

3939
```ps1
40-
Import-Module -Name 'hugoalh.GitHubActionsToolkit' -Scope Local
40+
Import-Module -Name 'hugoalh.GitHubActionsToolkit' -Scope 'Local'
4141
```
4242

4343
### Function (Excerpt)

0 commit comments

Comments
 (0)