Update README.md

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

View File

@ -18,7 +18,7 @@ In this mode, the addon will not be just an API, but will be a full Route takeov
# For fresh Install
npm create astro@latest
# Create Empty Install with standard typescript
# Then Delete entire pages folder
# Then Delete entire `pages` folder under `/src/`
npx astro add @matthiesenxyz/astro-ghostcms
```