mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
docs: update README for install commands
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user