Skip to content

Commit cba2eb1

Browse files
authored
docs: update README with additional links and clarify Yarn version (#29)
1 parent b552bd1 commit cba2eb1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,24 @@ pnpm create hexo [path]
2727
# pnpm dlx create-hexo [path]
2828
```
2929

30-
> [pnpm.io](https://pnpm.io/)
30+
> - [pnpm create](https://pnpm.io/cli/create)
3131
3232
### npm
3333

3434
```bash
3535
npm init hexo [path]
3636

37+
# npm create hexo [path]
3738
# npm exec create-hexo [path]
3839
# npx create-hexo [path]
3940
```
4041

41-
> [npm init](https://docs.npmjs.com/cli/commands/npm-init)
42+
> - [npm init](https://docs.npmjs.com/cli/commands/npm-init)
4243
43-
### Yarn
44+
### Yarn 1 (Classic)
4445

4546
```bash
4647
yarn create hexo [path]
4748
```
49+
50+
> - [yarn create](https://classic.yarnpkg.com/docs/cli/create)

0 commit comments

Comments
 (0)