Skip to content

Commit

Permalink
Update page.tsx - bgnodes.sh to runBuidlGuidlClient.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakGriffith authored Jun 3, 2024
1 parent d842ea3 commit 4305ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Home: NextPage = () => {
{/* <h1 className="text-center">
<span className="block text-2xl mb-2">windows:</span>
<pre className="bg-black text-white p-8 rounded">
<code>{`wget -qO- https://nodes.buidlguidl.com/bgnodes.sh | /bin/bash`}</code>
<code>{`wget -qO- https://nodes.buidlguidl.com/runBuidlGuidlClient.sh | /bin/bash`}</code>
</pre>
</h1> */}
</div>
Expand Down

0 comments on commit 4305ddd

Please sign in to comment.