diff options
author | 2021-07-15 15:36:19 -0400 | |
---|---|---|
committer | 2021-07-15 15:36:19 -0400 | |
commit | f412aedd4cbb9970da22d4b9942c62e5e194caf4 (patch) | |
tree | a6d1acba5019cc4a4221d1ff8b8bf65d02299dfc | |
parent | efa8b3b42133dc9a9d5c8ff2e7558963c169e9d3 (diff) | |
download | astro-f412aedd4cbb9970da22d4b9942c62e5e194caf4.tar.gz astro-f412aedd4cbb9970da22d4b9942c62e5e194caf4.tar.zst astro-f412aedd4cbb9970da22d4b9942c62e5e194caf4.zip |
Update README.md
-rw-r--r-- | packages/astro/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/astro/README.md b/packages/astro/README.md index 85fc78d7c..fded7ccb7 100644 --- a/packages/astro/README.md +++ b/packages/astro/README.md @@ -11,6 +11,7 @@ Learn more: https://astro.build/blog/introducing-astro ## 🔧 Quick Start ```bash +# Get started with Astro in 3 easy steps: mkdir new-project-directory cd new-project-directory npm init astro |