diff --git a/README.md b/README.md index 61ecc37..1f16128 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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))