We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 096b24f commit 0732bb6Copy full SHA for 0732bb6
rust/qrcode/README.mdx renamed to rust/qrcode/README.md
@@ -2,11 +2,9 @@
2
keywords: [intermediate, rust, qrcode]
3
---
4
5
-import { MarkdownChipRow } from "/src/components/Chip/MarkdownChipRow";
6
-
7
# QR code generator
8
9
-<MarkdownChipRow labels={["Intermediate", "Rust"]} />
+[View this sample's code on GitHub](https://github.com/dfinity/examples/tree/master/rust/qrcode)
10
11
## Overview
12
@@ -25,6 +23,7 @@ This example requires an installation of:
25
23
- [x] Add the `wasm32` target to your rust installation (by running `rustup target add wasm32-unknown-unknown`).
26
24
- [x] Clone this project to a local directory.
27
- [x] Install `node.js` dependencies by running `npm install`.
+- [x] Clone the example dapp project: `git clone https://github.com/dfinity/examples`
28
29
## Running locally
30
0 commit comments