Skip to content

Commit

Permalink
Update install_korge_forge.html
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz authored Jun 16, 2024
1 parent ae762fb commit 76bf680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/install_korge_forge.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
</figcaption>
<pre id="bash-script" class="language-bash"
style="padding:8px;color:white;"><code
class="language-bash">sh -c "$(curl -fsSL https://raw.githubusercontent.com/korlibs/korge-forge-installer/main/install-korge-forge.sh)"</code></pre>
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>
</figure>
</div>
</div>
Expand Down Expand Up @@ -146,4 +146,4 @@
}, 100);
});
</script>
</div>
</div>

0 comments on commit 76bf680

Please sign in to comment.