Skip to content

Commit

Permalink
fix(guide/installation): wrong file name for linux download
Browse files Browse the repository at this point in the history
  • Loading branch information
megatank58 authored Jun 8, 2024
1 parent 87c6251 commit 3cfe871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/guide/installation/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<input type="radio" name="my_tabs_2" role="tab" class="tab" aria-label="Linux" checked />
<div role="tabpanel" class="tab-content bg-base-100 border-base-300 rounded-box p-6">
<span inert class="pr-2">$</span>curl --proto '=https' --tlsv1.2 -sSf
https://github.com/megatank58/calcagebra/releases/latest/download/calcagebra-darwin -o
https://github.com/megatank58/calcagebra/releases/latest/download/calcagebra -o
calcagebra
</div>
</div>
Expand Down

0 comments on commit 3cfe871

Please sign in to comment.