Skip to content

Commit d084db5

Browse files
committed
chore: use create-egg beta version
1 parent b1223ae commit d084db5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Follow the commands listed below.
2828

2929
```bash
3030
$ mkdir showcase && cd showcase
31-
$ npm init egg --type=simple # Optionally pnpm create egg --type=simple
31+
$ pnpm create egg@beta
3232
$ pnpm install
3333
$ pnpm run dev
3434
$ open http://localhost:7001
@@ -67,7 +67,7 @@ pnpm --filter=site run dev
6767

6868
## Documentations
6969

70-
- [Documentations](https://eggjs.org/en/index.html)
70+
- [Documentations](https://eggjs.org/)
7171
- [Plugins](https://github.com/search?q=topic%3Aegg-plugin&type=Repositories)
7272
- [Frameworks](https://github.com/search?q=topic%3Aegg-framework&type=Repositories)
7373
- [Examples](https://github.com/eggjs/examples)

README.zh-CN.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@
2727

2828
```bash
2929
mkdir showcase && cd showcase
30-
npm init egg --type=simple
31-
npm install
32-
npm run dev
30+
pnpm create egg@beta
31+
pnpm install
32+
pnpm run dev
3333

3434
open http://localhost:7001
3535
```
3636

3737
## 文档
3838

39-
- [官方文档](https://eggjs.org/zh-cn/)
39+
- [官方文档](https://eggjs.org/zh-CN/)
4040
- [插件列表](https://github.com/search?q=topic%3Aegg-plugin&type=Repositories)
4141
- [框架列表](https://github.com/search?q=topic%3Aegg-framework&type=Repositories)
4242
- [官方示例](https://github.com/eggjs/examples)

0 commit comments

Comments
 (0)