From 06e9a08dfba9f29b86d2a90281c00e5e56846c0b Mon Sep 17 00:00:00 2001 From: Michael Rienstra Date: Thu, 22 Sep 2022 04:16:02 -0700 Subject: [PATCH] docs: integrations: yarn & pnpm (#4836) --- packages/integrations/netlify/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/integrations/netlify/README.md b/packages/integrations/netlify/README.md index 24cc5c60cc..4d7707a5c5 100644 --- a/packages/integrations/netlify/README.md +++ b/packages/integrations/netlify/README.md @@ -27,8 +27,13 @@ If you wish to [use server-side rendering (SSR)](https://docs.astro.build/en/gui Add the Netlify adapter to enable SSR in your Astro project with the following `astro add` command. This will install the adapter and make the appropriate changes to your `astro.config.mjs` file in one step. -```bash +```sh +# Using NPM npx astro add netlify +# Using Yarn +yarn astro add netlify +# Using PNPM +pnpm astro add netlify ``` If you prefer to install the adapter manually instead, complete the following two steps: