diff --git a/README.md b/README.md index f8f36d12a3..d2fd2d9856 100644 --- a/README.md +++ b/README.md @@ -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 +``` -# Manual: +You can also install Astro **manually** by running this command instead: + +```bash npm install --save-dev astro ```