From e16281f5b274fcf51f021014b56db1cd8de73fb2 Mon Sep 17 00:00:00 2001 From: nothingismagick Date: Wed, 12 Feb 2020 16:26:21 +0100 Subject: [PATCH] rename bundler --- 02.-Linux-Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02.-Linux-Setup.md b/02.-Linux-Setup.md index b6858ae..926b5c6 100644 --- a/02.-Linux-Setup.md +++ b/02.-Linux-Setup.md @@ -55,7 +55,7 @@ After you have installed Rust and the build toolchain, it is wise to open a new Setup the bundler: ``` -$ cargo install tauri-cli --force +$ cargo install tauri-bundler --force ``` # Next Step: