Skip to content

Commit c4097b0

Browse files
authored
Update README.md (#1679)
1 parent 8816a79 commit c4097b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,25 +65,25 @@ PS C:\Repos\PSResourceGet> .\build.ps1 -Clean -Build -BuildConfiguration Debug -
6565
PS C:\Repos\PSResourceGet> .\build.ps1 -Clean -Build -BuildConfiguration Debug -BuildFramework netstandard2.0
6666
```
6767

68-
* Publish the module to a local repository
68+
* Run functional tests
6969

7070
```powershell
71-
PS C:\Repos\PSResourceGet> .\build.ps1 -Publish
71+
PS C:\Repos\PSResourceGet> Invoke-Pester
7272
```
7373

74-
* Run functional tests
75-
7674
```powershell
77-
PS C:\Repos\PSResourceGet> Invoke-PSPackageProjectTest -Type Functional
75+
PS C:\Repos\PSResourceGet> Invoke-Pester <file-name>
7876
```
7977

8078
* Import the module into a new PowerShell session
8179

8280
```powershell
8381
# If running PowerShell 6+
82+
C:\> pwsh
8483
C:\> Import-Module C:\Repos\PSResourceGet\out\PSResourceGet
8584
8685
# If running Windows PowerShell
86+
c:\> PowerShell
8787
C:\> Import-Module C:\Repos\PSResourceGet\out\PSResourceGet\PSResourceGet.psd1
8888
```
8989

0 commit comments

Comments
 (0)