integrations: update recommended method for running astro add (#4340)

This commit is contained in:
Chris Swithinbank 2022-08-16 10:31:14 +02:00 committed by GitHub
parent 0274b8d47b
commit e2b3f8a3f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 26 additions and 26 deletions

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.