From a5936bc3f46b979794dc8578c48d632ed751ec6d Mon Sep 17 00:00:00 2001 From: satnaing Date: Tue, 20 Dec 2022 22:12:26 +0630 Subject: [PATCH] docs: update README for install commands --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 075175b..733afd8 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,14 @@ Documentation can be read in two formats\_ _markdown_ & _blog post_. The easiest way to run this project locally is to run the following command in your desired directory. ```bash +# npm 6.x +npm create astro@latest --template satnaing/astro-paper + +# npm 7+, extra double-dash is needed: npm create astro@latest -- --template satnaing/astro-paper + +# yarn +yarn create astro --template satnaing/astro-paper ``` Don't forget to remove Google site varification.