summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify/README.md
diff options
context:
space:
mode:
authorGravatar Michael Rienstra <mrienstra@gmail.com> 2022-09-22 04:16:02 -0700
committerGravatar GitHub <noreply@github.com> 2022-09-22 08:16:02 -0300
commitb0efb83252a3d68a95b94176ba9bd8cb489ff72d (patch)
treee4d29a2eff5ed651710daa8d098039b09627f534 /packages/integrations/netlify/README.md
parent2c2bbc515811628551cdf7e48ee16f2ef37dcc70 (diff)
downloadastro-b0efb83252a3d68a95b94176ba9bd8cb489ff72d.tar.gz
astro-b0efb83252a3d68a95b94176ba9bd8cb489ff72d.tar.zst
astro-b0efb83252a3d68a95b94176ba9bd8cb489ff72d.zip
docs: integrations: yarn & pnpm (#4836)
Diffstat (limited to 'packages/integrations/netlify/README.md')
-rw-r--r--packages/integrations/netlify/README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/integrations/netlify/README.md b/packages/integrations/netlify/README.md
index 24cc5c60c..4d7707a5c 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: