We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e08ca83 commit 13e7e0fCopy full SHA for 13e7e0f
README.md
@@ -40,7 +40,13 @@ You'll need to install the Rust toolchain to work on this project. Most users wi
40
41
### Build commands
42
43
-This project uses [just](https://github.com/casey/just) as a command runner. Run `just` to see available commands.
+This project uses [just](https://github.com/casey/just) as a command runner:
44
+
45
+```bash
46
+cargo install just
47
+```
48
49
+Run `just` to see available commands.
50
51
## Building for web
52
0 commit comments