From e2b3f8a3f4f6ee8ddf84690b7c20a104d161166e Mon Sep 17 00:00:00 2001 From: Chris Swithinbank Date: Tue, 16 Aug 2022 10:31:14 +0200 Subject: [PATCH] integrations: update recommended method for running astro add (#4340) --- packages/integrations/image/README.md | 4 ++-- packages/integrations/lit/README.md | 4 ++-- packages/integrations/mdx/README.md | 4 ++-- packages/integrations/partytown/README.md | 4 ++-- packages/integrations/preact/README.md | 4 ++-- packages/integrations/prefetch/README.md | 4 ++-- packages/integrations/react/README.md | 4 ++-- packages/integrations/sitemap/README.md | 4 ++-- packages/integrations/solid/README.md | 4 ++-- packages/integrations/svelte/README.md | 4 ++-- packages/integrations/tailwind/README.md | 4 ++-- packages/integrations/turbolinks/README.md | 4 ++-- packages/integrations/vue/README.md | 4 ++-- 13 files changed, 26 insertions(+), 26 deletions(-) diff --git a/packages/integrations/image/README.md b/packages/integrations/image/README.md index 1159362a8..d2440125e 100644 --- a/packages/integrations/image/README.md +++ b/packages/integrations/image/README.md @@ -28,11 +28,11 @@ The `astro add` command-line tool automates the installation for you. Run one of ```sh # Using NPM -npx astro add image +npm run astro add image # Using Yarn yarn astro add image # Using PNPM -pnpx astro add image +pnpm astro add image ``` Then, restart the dev server by typing `CTRL-C` and then `npm run astro dev` in the terminal window that was running Astro. diff --git a/packages/integrations/lit/README.md b/packages/integrations/lit/README.md index a6abc0ee5..50b9c34fc 100644 --- a/packages/integrations/lit/README.md +++ b/packages/integrations/lit/README.md @@ -16,11 +16,11 @@ To install `@astrojs/lit`, run the following from your project directory and fol ```sh # Using NPM -npx astro add lit +npm run astro add lit # Using Yarn yarn astro add lit # Using PNPM -pnpx astro add lit +pnpm astro add lit ``` If you run into any hiccups, [feel free to log an issue on our GitHub](https://github.com/withastro/astro/issues) and try the manual installation steps below. diff --git a/packages/integrations/mdx/README.md b/packages/integrations/mdx/README.md index c589673d7..69fe71269 100644 --- a/packages/integrations/mdx/README.md +++ b/packages/integrations/mdx/README.md @@ -26,11 +26,11 @@ The `astro add` command-line tool automates the installation for you. Run one of ```sh # Using NPM -npx astro add mdx +npm run astro add mdx # Using Yarn yarn astro add mdx # Using PNPM -pnpx astro add mdx +pnpm astro add mdx ``` Then, restart the dev server by typing `CTRL-C` and then `npm run astro dev` in the terminal window that was running Astro. diff --git a/packages/integrations/partytown/README.md b/packages/integrations/partytown/README.md index 3e75c0ce8..b89538bd9 100644 --- a/packages/integrations/partytown/README.md +++ b/packages/integrations/partytown/README.md @@ -28,11 +28,11 @@ The `astro add` command-line tool automates the installation for you. Run one of ```sh # Using NPM -npx astro add partytown +npm run astro add partytown # Using Yarn yarn astro add partytown # Using PNPM -pnpx astro add partytown +pnpm astro add partytown ``` Then, restart the dev server by typing `CTRL-C` and then `npm run astro dev` in the terminal window that was running Astro. diff --git a/packages/integrations/preact/README.md b/packages/integrations/preact/README.md index a0f699556..bca45007d 100644 --- a/packages/integrations/preact/README.md +++ b/packages/integrations/preact/README.md @@ -28,11 +28,11 @@ The `astro add` command-line tool automates the installation for you. Run one of ```sh # Using NPM -npx astro add preact +npm run astro add preact # Using Yarn yarn astro add preact # Using PNPM -pnpx astro add preact +pnpm astro add preact ``` Then, restart the dev server by typing `CTRL-C` and then `npm run astro dev` in the terminal window that was running Astro. diff --git a/packages/integrations/prefetch/README.md b/packages/integrations/prefetch/README.md index 4fc1f3536..c1299cf5a 100644 --- a/packages/integrations/prefetch/README.md +++ b/packages/integrations/prefetch/README.md @@ -22,11 +22,11 @@ The `astro add` command-line tool automates the installation for you. Run one of ```sh # Using NPM -npx astro add prefetch +npm run astro add prefetch # Using Yarn yarn astro add prefetch # Using PNPM -pnpx astro add prefetch +pnpm astro add prefetch ``` Then, restart the dev server by typing `CTRL-C` and then `npm run astro dev` in the terminal window that was running Astro. diff --git a/packages/integrations/react/README.md b/packages/integrations/react/README.md index 9beebd056..cda193b9f 100644 --- a/packages/integrations/react/README.md +++ b/packages/integrations/react/README.md @@ -16,11 +16,11 @@ To install `@astrojs/react`, run the following from your project directory and f ```sh # Using NPM -npx astro add react +npm run astro add react # Using Yarn yarn astro add react # Using PNPM -pnpx astro add react +pnpm astro add react ``` If you run into any hiccups, [feel free to log an issue on our GitHub](https://github.com/withastro/astro/issues) and try the manual installation steps below. diff --git a/packages/integrations/sitemap/README.md b/packages/integrations/sitemap/README.md index 303e5e578..3d1bda8a6 100644 --- a/packages/integrations/sitemap/README.md +++ b/packages/integrations/sitemap/README.md @@ -28,11 +28,11 @@ The `astro add` command-line tool automates the installation for you. Run one of ```sh # Using NPM -npx astro add sitemap +npm run astro add sitemap # Using Yarn yarn astro add sitemap # Using PNPM -pnpx astro add sitemap +pnpm astro add sitemap ``` Then, restart the dev server by typing `CTRL-C` and then `npm run astro dev` in the terminal window that was running Astro. diff --git a/packages/integrations/solid/README.md b/packages/integrations/solid/README.md index 57bc16c11..fb700117c 100644 --- a/packages/integrations/solid/README.md +++ b/packages/integrations/solid/README.md @@ -16,11 +16,11 @@ To install `@astrojs/solid-js`, run the following from your project directory an ```sh # Using NPM -npx astro add solid +npm run astro add solid # Using Yarn yarn astro add solid # Using PNPM -pnpx astro add solid +pnpm astro add solid ``` If you run into any hiccups, [feel free to log an issue on our GitHub](https://github.com/withastro/astro/issues) and try the manual installation steps below. diff --git a/packages/integrations/svelte/README.md b/packages/integrations/svelte/README.md index b477613a2..0bc5ebdd1 100644 --- a/packages/integrations/svelte/README.md +++ b/packages/integrations/svelte/README.md @@ -16,11 +16,11 @@ To install `@astrojs/svelte`, run the following from your project directory and ```sh # Using NPM -npx astro add svelte +npm run astro add svelte # Using Yarn yarn astro add svelte # Using PNPM -pnpx astro add svelte +pnpm astro add svelte ``` If you run into any hiccups, [feel free to log an issue on our GitHub](https://github.com/withastro/astro/issues) and try the manual installation steps below. diff --git a/packages/integrations/tailwind/README.md b/packages/integrations/tailwind/README.md index 0caf3528f..d02ddab2b 100644 --- a/packages/integrations/tailwind/README.md +++ b/packages/integrations/tailwind/README.md @@ -31,11 +31,11 @@ The `astro add` command-line tool automates the installation for you. Run one of ```sh # Using NPM -npx astro add tailwind +npm run astro add tailwind # Using Yarn yarn astro add tailwind # Using PNPM -pnpx astro add tailwind +pnpm astro add tailwind ``` Then, restart the dev server by typing `CTRL-C` and then `npm run astro dev` in the terminal window that was running Astro. diff --git a/packages/integrations/turbolinks/README.md b/packages/integrations/turbolinks/README.md index 583b60698..8c14dd2f6 100644 --- a/packages/integrations/turbolinks/README.md +++ b/packages/integrations/turbolinks/README.md @@ -26,11 +26,11 @@ To install `@astrojs/turbolinks`, run the following from your project directory ```sh # Using NPM -npx astro add turbolinks +npm run astro add turbolinks # Using Yarn yarn astro add turbolinks # Using PNPM -pnpx astro add turbolinks +pnpm astro add turbolinks ``` If you run into any hiccups, [feel free to log an issue on our GitHub](https://github.com/withastro/astro/issues) and try the manual installation steps below. diff --git a/packages/integrations/vue/README.md b/packages/integrations/vue/README.md index f727e3157..c5fa4a536 100644 --- a/packages/integrations/vue/README.md +++ b/packages/integrations/vue/README.md @@ -16,11 +16,11 @@ To install `@astrojs/vue`, run the following from your project directory and fol ```sh # Using NPM -npx astro add vue +npm run astro add vue # Using Yarn yarn astro add vue # Using PNPM -pnpx astro add vue +pnpm astro add vue ``` If you run into any hiccups, [feel free to log an issue on our GitHub](https://github.com/withastro/astro/issues) and try the manual installation steps below.