Update README.md

This commit is contained in:
Adam Matthiesen 2024-01-17 03:03:58 -08:00 committed by GitHub
parent 72efb749dc
commit aa15b42f6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 3 deletions

View File

@ -12,10 +12,14 @@ This Integration is 2 parts. Firstly, there is the API portion that uses the `@
In this mode, the addon will not be just an API, but will be a full Route takeover, there is plans to add more themes in time, but for now there is only the base Casper theme based on Ghost's main Theme.
### Astro Add Installation *(Coming Soon)*
### Astro Add Installation
```
astro add @matthiesenxyz/astro-ghostcms
```sh
# For fresh Install
npm create astro@latest
# Create Empty Install with standard typescript
# Then Delete entire pages folder
npx astro add @matthiesenxyz/astro-ghostcms
```
### Manual Installation