mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
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
|
## Install
|
||||||
|
|
||||||
|
The **recommended** way to install the latest version of Astro is by running the command below:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Recommended!
|
|
||||||
npm create astro@latest
|
npm create astro@latest
|
||||||
|
```
|
||||||
|
|
||||||
# Manual:
|
You can also install Astro **manually** by running this command instead:
|
||||||
|
|
||||||
|
```bash
|
||||||
npm install --save-dev astro
|
npm install --save-dev astro
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue