From 022e995b9ca85eca24c327cbe8944271f25f33e8 Mon Sep 17 00:00:00 2001 From: Daniel Thompson-Yvetot Date: Sun, 8 Sep 2019 19:55:51 +0200 Subject: [PATCH] feat(readme) add install bundler cmd --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d66be0f..563a0450 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ This splits the monolith into an `index.html` and `js/app.js` files $ git clone https://github.com/tauri-apps/smoke-tests $ cd smoke-tests/test $ yarn +$ cargo install --path node_modules/@quasar/tauri/tools/rust/cargo-tauri-bundle --force $ yarn tauri build ``` After tauri has compiled its rust resources, look in the `src-tauri/target/release/bundle`.