Skip to content

Commit e7eb4e4

Browse files
authored
Merge pull request #612 from dfinity/yh/update-qrcode-readme
Update README.md for qrcode
2 parents baa6111 + 99e9fc1 commit e7eb4e4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

rust/qrcode/README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ You try the live version of the dapp running on the Internet Computer mainnet he
1111
## Prerequisites
1212
This example requires an installation of:
1313

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`).
1618
- [x] Clone this project to a local directory.
1719

1820
## Running locally

0 commit comments

Comments
 (0)