diff options
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -9,12 +9,15 @@ ## Install +The **recommended** way to install the latest version of Astro is by running the command below: ```bash -# Recommended! npm create astro@latest +``` + +You can also install Astro **manually** by running this command instead: -# Manual: +```bash npm install --save-dev astro ``` |