Add h3 for Installing dependencies manually (#8155)

This commit is contained in:
Jothish JJ 2023-08-23 16:10:19 +05:30 committed by GitHub
parent a571a1ac07
commit 1e8942c438
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View file

@ -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 projects dependencies using your preferred package manager. If youre using npm or arent sure, run this in the terminal:

View file

@ -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 projects dependencies using your preferred package manager. If youre using npm or arent sure, run this in the terminal:

View file

@ -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 projects dependencies using your preferred package manager. If youre using npm or arent sure, run this in the terminal: