Skip to content

Commit

Permalink
Update korge.html
Browse files Browse the repository at this point in the history
  • Loading branch information
korge-game-engine authored Jun 22, 2024
1 parent b2179a5 commit a2b0af0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _carousel/korge.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h3 style="color: #ffffff"><span id="version" ></span></h3></p>
</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>
class="language-bash">%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 @@ -131,7 +131,7 @@ <h3 style="color: #ffffff"><span id="version" ></span></h3></p>
</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>
class="language-bash">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 a2b0af0

Please sign in to comment.