Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit b76ef5b

Browse files
authored
docs: Fix PowerShell Environment Quote Character in Docs (#319)
1 parent 9c73a45 commit b76ef5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To allow executing the mgc command without prefixing it with `./`, you can add t
3333
On Windows PowerShell, you can add the current directory to the path by running:
3434

3535
```powershell
36-
$env:Path += ";$(pwd)`
36+
$env:Path += ";$(pwd)"
3737
```
3838

3939
On CMD, the command becomes:

0 commit comments

Comments
 (0)