Skip to content

Commit

Permalink
docs(examples): guide installation process
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
jjangga0214 committed Dec 11, 2023
1 parent 1b5ff0d commit 9bbb3a7
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ To execute and experiment with examples, build the package `haetae` first.

```bash
pnpm --filter "haetae" build
# And you should run "pnpm install" again
pnpm install
```
2 changes: 2 additions & 0 deletions examples/cjs-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ To execute, build the package [`heatae`](../../packages/haetae) first.

```bash
pnpm --filter "haetae" build
# And you should run "pnpm install" again
pnpm install
```

Then check if it works.
Expand Down
2 changes: 2 additions & 0 deletions examples/cjs-ts-1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ To execute, build the package [`heatae`](../../packages/haetae) first.

```bash
pnpm --filter "haetae" build
# And you should run "pnpm install" again
pnpm install
```

Then check if it works.
Expand Down
2 changes: 2 additions & 0 deletions examples/cjs-ts-2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ To execute, build the package [`heatae`](../../packages/haetae) first.

```bash
pnpm --filter "haetae" build
# And you should run "pnpm install" again
pnpm install
```

Then check if it works.
Expand Down
2 changes: 2 additions & 0 deletions examples/esm-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ To execute, build the package [`heatae`](../../packages/haetae) first.

```bash
pnpm --filter "haetae" build
# And you should run "pnpm install" again
pnpm install
```

Then check if it works.
Expand Down
2 changes: 2 additions & 0 deletions examples/esm-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ To execute, build the package [`heatae`](../../packages/haetae) first.

```bash
pnpm --filter "haetae" build
# And you should run "pnpm install" again
pnpm install
```

Then check if it works.
Expand Down
2 changes: 2 additions & 0 deletions examples/my-calculator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ To execute, build the package [`heatae`](../../packages/haetae) first.

```bash
pnpm --filter "haetae" build
# And you should run "pnpm install" again
pnpm install
```

Then check if it works.
Expand Down

0 comments on commit 9bbb3a7

Please sign in to comment.