Improve README install guide (#5479)
* Improve README install guide * Fix punctuations
This commit is contained in:
parent
50cb99003a
commit
9e6150cd14
1 changed files with 5 additions and 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
|
||||
```
|
||||
|
||||
# Manual:
|
||||
You can also install Astro **manually** by running this command instead:
|
||||
|
||||
```bash
|
||||
npm install --save-dev astro
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue