From aa15b42f6f03d28398f03a935d9af6870952eacd Mon Sep 17 00:00:00 2001 From: Adam Matthiesen <30383579+Adammatthiesen@users.noreply.github.com> Date: Wed, 17 Jan 2024 03:03:58 -0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 047a8391..bfc0c191 100644 --- a/README.md +++ b/README.md @@ -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