diff --git a/notebooks/hud_hackathon.ipynb b/notebooks/hud_hackathon.ipynb index 7192b000..31ac7fb3 100644 --- a/notebooks/hud_hackathon.ipynb +++ b/notebooks/hud_hackathon.ipynb @@ -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:" ]