Skip to content

Commit 63285e9

Browse files
committed
docs: simplify example setup commands
1 parent e6ddf2e commit 63285e9

6 files changed

Lines changed: 0 additions & 8 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ so it can be copied and run independently.
1717

1818
```bash
1919
cd examples/01-content-operations
20-
corepack enable
2120
pnpm install
2221
pnpm build
2322
pnpm server
@@ -39,7 +38,6 @@ Use univer-content to create a sales spreadsheet with 10 sample records.
3938

4039
```bash
4140
cd examples/02-visual-inspection
42-
corepack enable
4341
pnpm install
4442
pnpm build
4543
pnpm server

README.zh-CN.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
```bash
1818
cd examples/01-content-operations
19-
corepack enable
2019
pnpm install
2120
pnpm build
2221
pnpm server
@@ -38,7 +37,6 @@ pnpm skill:install
3837

3938
```bash
4039
cd examples/02-visual-inspection
41-
corepack enable
4240
pnpm install
4341
pnpm build
4442
pnpm server

examples/01-content-operations/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Web ──┘
2020
After entering this example, run every command from the current directory:
2121

2222
```bash
23-
corepack enable
2423
pnpm install
2524
pnpm build
2625
pnpm server

examples/01-content-operations/README.zh-CN.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Web ──┘
1818
进入本 example 后,所有命令都在当前目录执行:
1919

2020
```bash
21-
corepack enable
2221
pnpm install
2322
pnpm build
2423
pnpm server

examples/02-visual-inspection/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Runtime, and writes PNG files.
1616
After entering this example, run every command from the current directory:
1717

1818
```bash
19-
corepack enable
2019
pnpm install
2120
pnpm build
2221
pnpm server

examples/02-visual-inspection/README.zh-CN.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
进入本 example 后,所有命令都在当前目录执行:
1515

1616
```bash
17-
corepack enable
1817
pnpm install
1918
pnpm build
2019
pnpm server

0 commit comments

Comments
 (0)