Skip to content

Commit

Permalink
update install box
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Jun 14, 2024
1 parent 04054f1 commit 0bc5f79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/v1/components/install-box.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
class="border font-mono font-semibold dark:border-zinc-800 dark:text-zinc-50 rounded-md hover:border-yellow-300 dark:hover:border-yellow-300 cursor-pointer"
x-show="!brew"
x-data="{
copyText: 'curl -fsS https://dotenvx.sh/ | sh',
copyText: 'curl -fsS https://dotenvx.sh/install.sh | sh',
copyNotification: false,
copyToClipboard() {
navigator.clipboard.writeText(this.copyText);
Expand All @@ -46,7 +46,7 @@
>
<div class="flex items-center">
<div class="flex-1 overflow-hidden whitespace-nowrap p-3 py-5">
curl -fsS https://dotenvx.sh/ | sh
curl -fsS https://dotenvx.sh/install.sh | sh
</div>
<div class="flex-0 pr-3">
{% include v1/components/copy.html %}
Expand Down

0 comments on commit 0bc5f79

Please sign in to comment.