Skip to content

Commit

Permalink
Commented out the windows one-liner. Not ready yet
Browse files Browse the repository at this point in the history
  • Loading branch information
sfaber34 committed May 30, 2024
1 parent ba2efa3 commit f7f55c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ const Home: NextPage = () => {
</pre>
</h1>

<h1 className="text-center">
{/* <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>
</pre>
</h1>
</h1> */}
</div>
</div>
</>
Expand Down

0 comments on commit f7f55c0

Please sign in to comment.