Skip to content

Commit

Permalink
docs: integrations: yarn & pnpm (#4836)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrienstra authored Sep 22, 2022
1 parent bbe4327 commit 06e9a08
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/integrations/netlify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 06e9a08

Please sign in to comment.