Skip to content

Commit

Permalink
Update README.md (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnguyennz authored Dec 10, 2023
1 parent a2b5e1c commit b5ba0ae
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,14 @@ Experimental Astro adapter for hosting Astro v4.0 sites on AWS Amplify with SSR.

```sh
# Using NPM
npx astro add astro-aws-amplify
npm install astro-aws-amplify
# Using Yarn
yarn astro add astro-aws-amplify
yarn add astro-aws-amplify
# Using PNPM
pnpm astro add astro-aws-amplify
pnpm add astro-aws-amplify
```

### Manual Installation

```sh
# Using NPM
npm install astro-aws-amplify
```
Add the adapter to your Astro config:

```diff
// astro.config.mjs
Expand Down

0 comments on commit b5ba0ae

Please sign in to comment.