Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickperrone committed Aug 12, 2015
1 parent 6d30fd5 commit f53ddb8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Sitecore.Ship-PowerShell-Functions
==================================
[Sitecore.Ship][3] is a great tool for setting up continuous delivery with Sitecore. With it, you can install packages over HTTP, but until now the easiest tool to use for scripting those HTTP requests was cURL. With this PowerShell module, you can eliminate that dependency from your suite of tools.

Package installation can be as simple as ```ssinstall www.mysite.com mypackage.update```
Package installation can be as simple as `ssinstall www.mysite.com mypackage.update`

The functions in this module support all operations of Sitecore.Ship, and are self-documented so that ```Get-Help``` commands provide descriptions, syntax, and examples. Use these functions to build a repeatable deployment script for any environment!
The functions in this module support all operations of Sitecore.Ship, and are self-documented so that `Get-Help` commands provide descriptions, syntax, and examples. Use these functions to build a repeatable deployment script for any environment!

Installation
------------
Expand All @@ -21,8 +21,8 @@ Install-Module SitecoreShipFunctions
2. Open properties for zip file and click "Unblock" button if you have one.
3. Unzip
4. Open a PowerShell console
5. Run ```.\Install.ps1``` You may need to allow remote scripts by running
```Set-ExecutionPolicy -RemoteSigned```. You may also have to right-click ```Install.ps1``` and Unblock it from the properties window. **Alternative:** Add line ```Import-Module $modules\SitecoreShipFunctions\SitecoreShipFunctions.psd1``` to your ```$PROFILE```, where ```$modules\SitecoreShipFunctions``` is a path to the folder with the contents extracted from downloaded zip.
5. Run `.\Install.ps1` You may need to allow remote scripts by running
`Set-ExecutionPolicy -RemoteSigned`. You may also have to right-click `Install.ps1` and Unblock it from the properties window. **Alternative:** Add line `Import-Module $modules\SitecoreShipFunctions\SitecoreShipFunctions.psd1` to your `$PROFILE`, where `$modules\SitecoreShipFunctions` is a path to the folder with the contents extracted from downloaded zip.



Expand Down

0 comments on commit f53ddb8

Please sign in to comment.