Skip to content

Commit

Permalink
Fixed README PowerShell command (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: Adin Ermie <[email protected]>
  • Loading branch information
AErmie and Adin Ermie authored Dec 9, 2024
1 parent faa4c3b commit 153d0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If you are using Windows, the command provided in the instructions will not work
**PowerShell Terminal Command:**
```powershell
docker run -it -p 3000:3000 ${PWD}:/github/workspace ghcr.io/bcgov/devhub-techdocs-publish preview
docker run -it -p 3000:3000 -v ${PWD}:/github/workspace ghcr.io/bcgov/devhub-techdocs-publish preview
```

**WSL Terminal Command:**
Expand Down

0 comments on commit 153d0ce

Please sign in to comment.