From 9e6150cd14e37fe98709195826acb055566a5869 Mon Sep 17 00:00:00 2001 From: Nyx Iskandar Date: Fri, 9 Dec 2022 01:19:52 +0800 Subject: [PATCH] Improve README install guide (#5479) * Improve README install guide * Fix punctuations --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 ```