From f334275ffd522ff7a90d0b19e115ef6a4c0fb1e3 Mon Sep 17 00:00:00 2001 From: Remy Raes Date: Tue, 20 Sep 2022 23:40:54 +0200 Subject: docs: update installation instructions in readme --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 65d1020a..699d1b17 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,16 @@ Install `npm` dependencies with npm install ``` -Then for developing +Install UI dependencies too ```sh -# terminal 1 (UI localhost for hot-reload) -npm run ui-dev +cd src-vue && npm install +``` -# terminal 2 (for the Rust/App hot-reload) -npm run tauri dev +Then for developing + +```sh +npx tauri dev ``` > **Note** -- cgit v1.2.3