summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index f8f36d12a..d2fd2d985 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
+```
+
+You can also install Astro **manually** by running this command instead:
-# Manual:
+```bash
npm install --save-dev astro
```