From 66728380b7a2d5d4b2a1473cc733258e753febb0 Mon Sep 17 00:00:00 2001 From: alvarius Date: Sat, 16 Dec 2023 18:35:54 +0000 Subject: [PATCH] docs: update quickstart (#2072) --- docs/pages/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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