Clarify instructions in hackathon notebook

This commit is contained in:
James Murdza
2025-09-13 00:57:14 -04:00
parent 4ec4bbc888
commit 77d91ef6e1

View File

@@ -29,15 +29,11 @@
"source": [
"The easiest way to get started is by getting set up with the Cua development repository.\n",
"\n",
"On macOS:\n",
"\n",
"First, clone the Cua repository:\n",
"\n",
"`git clone https://github.com/trycua/cua`\n",
"\n",
"Then, install pdm:\n",
"\n",
"`brew install pdm`\n",
"Install [pdm](https://pdm-project.org/en/latest/#recommended-installation-method).\n",
"\n",
"Install the project dependencies:\n",
"\n",
@@ -62,7 +58,7 @@
"metadata": {},
"source": [
"1. Create a Cua account at https://www.trycua.com/\n",
"2. Start a Cua container at https://www.trycua.com/dashboard/containers\n",
"2. Start a small Cua container at https://www.trycua.com/dashboard/containers (If you need credits, ask us!)\n",
"3. Create a HUD account at https://www.hud.so/\n",
"4. Create a .env file:"
]