From 1e8942c438a87cecd362f063f0d3b79d018da9c8 Mon Sep 17 00:00:00 2001 From: Jothish JJ <85335732+JothishJJ@users.noreply.github.com> Date: Wed, 23 Aug 2023 16:10:19 +0530 Subject: Add h3 for Installing dependencies manually (#8155) --- packages/integrations/netlify/README.md | 2 ++ packages/integrations/node/README.md | 2 ++ packages/integrations/vercel/README.md | 2 ++ 3 files changed, 6 insertions(+) (limited to 'packages/integrations') diff --git a/packages/integrations/netlify/README.md b/packages/integrations/netlify/README.md index 8d6c2096e..44bb46a6f 100644 --- a/packages/integrations/netlify/README.md +++ b/packages/integrations/netlify/README.md @@ -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: 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: diff --git a/packages/integrations/vercel/README.md b/packages/integrations/vercel/README.md index fd03abba9..052ebccad 100644 --- a/packages/integrations/vercel/README.md +++ b/packages/integrations/vercel/README.md @@ -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: -- cgit v1.2.3