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
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,11 @@ if __name__ == "__main__":

This project uses [mise](https://mise.jdx.dev/) to manage runtimes (like deno, python, rust) and run scripts. If you'd like to contribute, you'll need to install it.

Use the `mise tasks` command to see what you can do.
Use the `mise tasks` command to see what you can do.

### Linux Build Instructions

Make sure you have the following installed:

- `build-essential`
- `webkit2gtk-4.1` (see [install instructions](https://crates.io/crates/wry#user-content-linux-dependencies))
Loading