Skip to content

Commit

Permalink
Update install_korge_forge.html
Browse files Browse the repository at this point in the history
  • Loading branch information
korge-game-engine authored Jun 22, 2024
1 parent 76bf680 commit fc35a7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _includes/install_korge_forge.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
</button>
</figcaption>
<pre id="cmd-script" class="language-bash"
style="padding:8px;color:white;"><code
class="language-bash">curl -sLO https://forge.korge.org/install-korge-forge.cmd && install-korge-forge.cmd</code></pre>
style="padding:8px;"><code
class="language-bash" style="color:white;">cd "%USERPROFILE%/Downloads" & 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 All @@ -100,8 +100,8 @@
</button>
</figcaption>
<pre id="bash-script" class="language-bash"
style="padding:8px;color:white;"><code
class="language-bash">curl -fsSLO https://forge.korge.org/install-korge-forge.sh && chmod +x install-korge-forge.sh && ./install-korge-forge.sh</code></pre>
style="padding:8px;"><code
class="language-bash" style="color:white;">cd "$HOME/Downloads"; curl -fsSLO https://forge.korge.org/install-korge-forge.sh && chmod +x install-korge-forge.sh && ./install-korge-forge.sh</code></pre>
</figure>
</div>
</div>
Expand Down

0 comments on commit fc35a7e

Please sign in to comment.