Skip to content

Commit 840afcd

Browse files
committed
Added mprocs installation
It won't hurt if it's already installed.
1 parent d6106a5 commit 840afcd

File tree

1 file changed

+2
-1
lines changed
  • public/content/developers/tutorials/secret-state

1 file changed

+2
-1
lines changed

public/content/developers/tutorials/secret-state/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ To run the minesweeper example:
4747
```sh copy
4848
cd 20240901-secret-state/
4949
pnpm install
50+
npm install -g mprocs
5051
```
5152

5253
If Foundry was installed as part of `pnpm install`, you need to restart the command-line shell.
@@ -108,7 +109,7 @@ These flows coordinate execution between the client, the onchain component, and
108109
109110
#### Initialization {#initialization-flow}
110111
111-
When you run `pnpm dev`, these steps happen:
112+
When you run `mprocs`, these steps happen:
112113
113114
1. [`mprocs`](https://github.com/pvolok/mprocs) runs four components:
114115

0 commit comments

Comments
 (0)