From 5c6b1bb29955c892c9bd841140aab6f1c0aa163e Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 18 Jul 2026 02:33:04 -0500 Subject: [PATCH] docs: scrub machine path from deploy examples Replace the personal ServUO checkout path (C:\Users\...\servuo) with a placeholder in the README and deploy.ps1 usage examples. --- README.md | 4 ++-- deploy.ps1 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dba6395..ef6ddbe 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(