diff --git a/_includes/install_korge_forge.html b/_includes/install_korge_forge.html index e44519c..2307b86 100644 --- a/_includes/install_korge_forge.html +++ b/_includes/install_korge_forge.html @@ -84,8 +84,8 @@
curl -sLO https://forge.korge.org/install-korge-forge.cmd && install-korge-forge.cmd
+ style="padding:8px;">cd "%USERPROFILE%/Downloads" & curl -sLO https://forge.korge.org/install-korge-forge.cmd && install-korge-forge.cmd
curl -fsSLO https://forge.korge.org/install-korge-forge.sh && chmod +x install-korge-forge.sh && ./install-korge-forge.sh
+ style="padding:8px;">cd "$HOME/Downloads"; curl -fsSLO https://forge.korge.org/install-korge-forge.sh && chmod +x install-korge-forge.sh && ./install-korge-forge.sh