Skip to content

Commit a0004c3

Browse files
authored
Update README.md (#423)
1 parent f23e4c9 commit a0004c3

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ Please note, the repository for previous versions of PowerShellGet has a new loc
1414
Introduction
1515
============
1616

17-
PowerShellGet is a PowerShell module with commands for discovering, installing, updating and publishing the PowerShell artifacts like Modules, DSC Resources, Role Capabilities and Scripts.
18-
19-
PowerShellGet module is also integrated with the PackageManagement module as a provider, users can also use the PackageManagement cmdlets for discovering, installing and updating the PowerShell artifacts like Modules and Scripts.
17+
PowerShellGet is a PowerShell module with commands for discovering, installing, updating and publishing the PowerShell artifacts like Modules, Scripts, and DSC Resources.
2018

2119
Documentation
2220
=============
@@ -28,8 +26,7 @@ to reference the documentation for previous versions of PowerShellGet.
2826
Requirements
2927
============
3028

31-
- Windows PowerShell 5.0 or newer.
32-
- PowerShell Core.
29+
- PowerShell 5.0 or higher.
3330

3431
Get PowerShellGet Module
3532
========================
@@ -68,9 +65,6 @@ if ((Get-Module -Name PSPackageProject -ListAvailable).Count -eq 0) {
6865
```powershell
6966
# Build for the netstandard2.0 framework
7067
PS C:\Repos\PowerShellGet> .\build.ps1 -Clean -Build -BuildConfiguration Debug -BuildFramework netstandard2.0
71-
72-
# Build for the net472 framework
73-
PS C:\Repos\PowerShellGet> .\build.ps1 -Build -BuildConfiguration Debug -BuildFramework net472
7468
```
7569

7670
* Publish the module to a local repository
@@ -98,4 +92,4 @@ C:\> Import-Module C:\Repos\PowerShellGet\out\PowerShellGet\PowerShellGet.psd1
9892
**Note**
9993
PowerShellGet consists of .NET binaries and so can be imported into a PowerShell session only once.
10094
Since the PSPackageProject module, used to build the module, has a dependency on earlier versions of PowerShellGet, the newly built module cannot be imported into that session.
101-
The new module can only be imported into a new session that has no prior imported PowerShellGet module.
95+
The new module can only be imported into a new session that has no prior imported PowerShellGet module. You will recieve warning messages in the console if you encounter this issue.

0 commit comments

Comments
 (0)