~/hooky

0c01af2b90eb84495158d510dde614b04eb68651 — Arthur Melton 171afd09 2 years ago
right build commands
1 files changed, 2 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +2 -1
@@ 18,7 18,8 @@

Download the `zip`/`tar` of the latest build at the [Releases](https://github.com/AMTitan/Hooky/releases) tab. Unzip the folder and put it somewhere. Open a terminal in the folder called `command` and run.

```sh 
cargo install tauri-cli
rustup target add wasm32-unknown-unknown
cargo install tauri-cli trunk
cargo tauri build -b none
```