Skip to content

Commit 13e7e0f

Browse files
authored
Update README.md to include just installation (#113)
1 parent e08ca83 commit 13e7e0f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,13 @@ You'll need to install the Rust toolchain to work on this project. Most users wi
4040

4141
### Build commands
4242

43-
This project uses [just](https://github.com/casey/just) as a command runner. Run `just` to see available commands.
43+
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.
4450

4551
## Building for web
4652

0 commit comments

Comments
 (0)