docs: update README for install commands

This commit is contained in:
satnaing
2022-12-20 22:12:26 +06:30
parent 02faff9fbd
commit a5936bc3f4
+7
View File
@@ -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. The easiest way to run this project locally is to run the following command in your desired directory.
```bash ```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 npm create astro@latest -- --template satnaing/astro-paper
# yarn
yarn create astro --template satnaing/astro-paper
``` ```
Don't forget to remove Google site varification. Don't forget to remove Google site varification.