Skip to content

Commit

Permalink
Update windows command
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Jun 16, 2024
1 parent 983d4f4 commit ae762fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/install_korge_forge.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
</figcaption>
<pre id="cmd-script" class="language-bash"
style="padding:8px;color:white;"><code
class="language-bash">curl -s -L https://forge.korge.org/install-korge-forge.cmd -o "%APPDATA%\install-korge-forge.cmd" && "%APPDATA%\install-korge-forge.cmd"</code></pre>
class="language-bash">curl -sLO https://forge.korge.org/install-korge-forge.cmd && install-korge-forge.cmd</code></pre>
</figure>
</div>
<div class="tab-pane" style="padding:8px;" id="unix" role="tabpanel"
Expand Down

0 comments on commit ae762fb

Please sign in to comment.