diff options
Diffstat (limited to 'packages/integrations/node')
-rw-r--r-- | packages/integrations/node/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/integrations/node/README.md b/packages/integrations/node/README.md index e97544956..751879396 100644 --- a/packages/integrations/node/README.md +++ b/packages/integrations/node/README.md @@ -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: |