diff --git a/docs/pages/quickstart.mdx b/docs/pages/quickstart.mdx index eb9224bb18..a6a2175e2c 100644 --- a/docs/pages/quickstart.mdx +++ b/docs/pages/quickstart.mdx @@ -2,7 +2,7 @@ The easiest way to get started with MUD is to use [a template](/templates/typescript/getting-started). -1. Ensure you have `node` and `pnpm` installed. +1. Ensure you have [`node`](https://nodejs.org/en/download/package-manager#macos), [`pnpm`](https://pnpm.io/installation) and [`foundry`](https://getfoundry.sh/) installed. 1. Create and start the application: ```sh copy