Skip to content

Commit

Permalink
Added install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dchristian3188 committed Jun 15, 2018
1 parent fa236e5 commit c34e84f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PlasterManifestDSL.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@ PrivateData = @{
PSData = @{

# Tags applied to this module. These help with module discovery in online galleries.
# Tags = @()
Tags = @('plaster')

# A URL to the license for this module.
# LicenseUri = ''

# A URL to the main website for this project.
# ProjectUri = ''
ProjectUri = 'https://github.com/dchristian3188/PlasterManifestDSL'

# A URL to an icon representing this module.
# IconUri = ''
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# PlasterDSL
A PowerShell DSL To Create Plaster Manifests

## Installation

```powershell
Install-Module -Name PlasterManifestDSL
```

0 comments on commit c34e84f

Please sign in to comment.