Update install command URL path

This commit is contained in:
user.email 2026-04-02 20:01:43 -07:00
parent ae2afc0ffd
commit a12dbdcc43

View File

@ -176,8 +176,8 @@
<header>
<h1><span>$</span> shout</h1>
<p class="tagline">shell output tester</p>
<div class="install" onclick="navigator.clipboard.writeText('curl -fsSL https://because.sh/shout/install | sh')">
<span class="prompt">$</span> <span class="cmd">curl -fsSL https://because.sh/shout/install | sh</span>
<div class="install" onclick="navigator.clipboard.writeText('curl -fsSL https://because.sh/shout | sh')">
<span class="prompt">$</span> <span class="cmd">curl -fsSL https://because.sh/shout | sh</span>
<span class="hint">click to copy</span>
</div>
</header>