We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b552bd1 commit cba2eb1Copy full SHA for cba2eb1
README.md
@@ -27,21 +27,24 @@ pnpm create hexo [path]
27
# pnpm dlx create-hexo [path]
28
```
29
30
-> [pnpm.io](https://pnpm.io/)
+> - [pnpm create](https://pnpm.io/cli/create)
31
32
### npm
33
34
```bash
35
npm init hexo [path]
36
37
+# npm create hexo [path]
38
# npm exec create-hexo [path]
39
# npx create-hexo [path]
40
41
-> [npm init](https://docs.npmjs.com/cli/commands/npm-init)
42
+> - [npm init](https://docs.npmjs.com/cli/commands/npm-init)
43
-### Yarn
44
+### Yarn 1 (Classic)
45
46
47
yarn create hexo [path]
48
49
+
50
+> - [yarn create](https://classic.yarnpkg.com/docs/cli/create)
0 commit comments