diff options
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -7,8 +7,7 @@ With Astro, you can use your favorite JavaScript framework and automatically shi ## 🔧 Setup ```bash -# currently "hidden" during private beta -npm init astro@shhhhh ./my-astro-project +npm init astro ./my-astro-project # then... cd => install => start cd ./my-astro-project |