Improve README install guide (#5479)

* Improve README install guide

* Fix punctuations
This commit is contained in:
Nyx Iskandar 2022-12-09 01:19:52 +08:00 committed by GitHub
parent 50cb99003a
commit 9e6150cd14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```