Compare commits

..

3 Commits

Author SHA1 Message Date
64a89f97af Merge pull request 'docs: scrub machine path from deploy examples' (#1) from chore/scrub-paths into main
Reviewed-on: #1
Reviewed-by: Colby Whitlock <whitlocktech@gmail.com>
2026-07-20 09:31:48 +00:00
c72ed6619e Merge branch 'main' into chore/scrub-paths 2026-07-20 09:31:16 +00:00
Claude
5c6b1bb299 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.
2026-07-18 02:33:04 -05:00
2 changed files with 4 additions and 4 deletions

View File

@@ -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 <servuo> -Verify # show what would change
.\deploy.ps1 -ServerPath <servuo> # write
```
## Status

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(