File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,10 @@ You try the live version of the dapp running on the Internet Computer mainnet he
11
11
## Prerequisites
12
12
This example requires an installation of:
13
13
14
- - [x] Install the [ IC SDK] ( https://internetcomputer.org/docs/current/developer-docs/setup/install/index.mdx ) .
15
- - [x] Install ` node.js ` to build the web frontend.
14
+ - [x] Install the [ IC SDK] ( https://internetcomputer.org/docs/current/developer-docs/setup/install/ ) .
15
+ - [x] Install ` node.js ` to build the web frontend. Make sure the version is at least ` 12.20 ` .
16
+ - [x] Make sure your rust version is up-to-date (e.g., run ` rustup update ` ).
17
+ - [x] Add the ` wasm32 ` target to your rust installation (by running ` rustup target add wasm32-unknown-unknown ` ).
16
18
- [x] Clone this project to a local directory.
17
19
18
20
## Running locally
You can’t perform that action at this time.
0 commit comments