Skip to content

Commit

Permalink
Add h3 for Installing dependencies manually (#8155)
Browse files Browse the repository at this point in the history
  • Loading branch information
JothishJJ authored Aug 23, 2023
1 parent a571a1a commit 1e8942c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/integrations/netlify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ yarn astro add netlify
pnpm astro add netlify
```

### Add dependencies manually

If you prefer to install the adapter manually instead, complete the following two steps:

1. Install the Netlify adapter to your project’s dependencies using your preferred package manager. If you’re using npm or aren’t sure, run this in the terminal:
Expand Down
2 changes: 2 additions & 0 deletions packages/integrations/node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ yarn astro add node
pnpm astro add node
```

### Add dependencies manually

If you prefer to install the adapter manually instead, complete the following two steps:

1. Install the Node adapter to your project’s dependencies using your preferred package manager. If you’re using npm or aren’t sure, run this in the terminal:
Expand Down
2 changes: 2 additions & 0 deletions packages/integrations/vercel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ yarn astro add vercel
pnpm astro add vercel
```

### Add dependencies manually

If you prefer to install the adapter manually instead, complete the following two steps:

1. Install the Vercel adapter to your project’s dependencies using your preferred package manager. If you’re using npm or aren’t sure, run this in the terminal:
Expand Down

0 comments on commit 1e8942c

Please sign in to comment.