Transcript
Now we can install Claude Code itself. It has a native installer that makes this easy.
Run the curl command shown on the slide. Again, this looks complicated but you don't need to understand it - just copy and paste it from the slide. It downloads and runs the official installer, which sets up the claude command and configures automatic updates.
Verify the installation by running claude --version. You should see a version number.
Commands
curl -fsSL https://claude.ai/install.sh | bash
claude --version