Add h3 for Installing dependencies manually (#8155)
This commit is contained in:
parent
a571a1ac07
commit
1e8942c438
3 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue