Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,13 @@ You'll need to install the Rust toolchain to work on this project. Most users wi

### Build commands

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:

```bash
cargo install just
```

Run `just` to see available commands.

## Building for web

Expand Down