Update readme: add instruction to install jq

This commit is contained in:
Alex Kazik 2022-07-07 18:59:20 +02:00 committed by Emil Ernerfeldt
parent 843f250c9b
commit c5a56f2082

View file

@ -54,6 +54,8 @@ For running the `build_web.sh` script you also need to install `jq` and `binarye
### Compiling for the web
Install [jq](https://stedolan.github.io/jq/download/).
Make sure you are using the latest version of stable rust by running `rustup update`.
You can compile your app to [WASM](https://en.wikipedia.org/wiki/WebAssembly) and publish it as a web page. For this you need to set up some tools. There are a few simple scripts that help you with this: