diff --git a/README.md b/README.md index e806493..b14ea23 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,8 @@ without the sidecar running. ## Deploy ```powershell -.\deploy.ps1 -ServerPath C:\Users\colby\Desktop\servuo -Verify # show what would change -.\deploy.ps1 -ServerPath C:\Users\colby\Desktop\servuo # write +.\deploy.ps1 -ServerPath -Verify # show what would change +.\deploy.ps1 -ServerPath # write ``` ## Status diff --git a/deploy.ps1 b/deploy.ps1 index 578e6ab..d8843e3 100644 --- a/deploy.ps1 +++ b/deploy.ps1 @@ -9,8 +9,8 @@ Run with -Verify first. It reports what would change and touches nothing. .EXAMPLE - .\deploy.ps1 -ServerPath C:\Users\colby\Desktop\servuo -Verify - .\deploy.ps1 -ServerPath C:\Users\colby\Desktop\servuo + .\deploy.ps1 -ServerPath -Verify + .\deploy.ps1 -ServerPath #> [CmdletBinding()] param(