docs: scrub machine path from deploy examples

Replace the personal ServUO checkout path (C:\Users\...\servuo) with a
<servuo> placeholder in the README and deploy.ps1 usage examples.
This commit is contained in:
Claude
2026-07-18 02:33:04 -05:00
parent ea12ac3f94
commit 5c6b1bb299
2 changed files with 4 additions and 4 deletions

View File

@@ -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 <servuo> -Verify
.\deploy.ps1 -ServerPath <servuo>
#>
[CmdletBinding()]
param(