Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/main.mlx
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ let getting_started ~install_url ~latest_release:version () =
</h4>
<Curl script=(Info.curl_with_sh_nightly ~url:install_url) />

<h4>
<h4 class_="mt-5">
<span class_="mr-2.5"><Icons.terminal /></span>
"Copy & Install (current stable)"
</h4>
<Curl script=(Info.curl_with_sh_stable ~url:install_url ~version) />

<h4>
<h4 class_="mt-5">
<span class_="mr-2.5"><Icons.terminal /></span>
"Copy & Install (latest stable)"
</h4>
Expand Down